mirror of https://git.FreeBSD.org/ports.git
Put an empty fetch target into the Makefile. Otherwise it tries to fetch
a xview-clients.tar.gz if someone runs a "make fetch" from /usr/ports.
This commit is contained in:
parent
b29d2a6b57
commit
1566212ba8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=959
|
|
@ -6,6 +6,8 @@ NO_EXTRACT= yes
|
|||
PREFIX= ${X11BASE}
|
||||
#USE_IMAKE= yes
|
||||
|
||||
fetch:
|
||||
|
||||
depend:
|
||||
(cd $(WRKSRC)/..; $(MAKE) SUBDIRS=clients depend)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue