1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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:
Andreas Schulz 1995-02-12 23:03:04 +00:00
parent b29d2a6b57
commit 1566212ba8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=959

View File

@ -6,6 +6,8 @@ NO_EXTRACT= yes
PREFIX= ${X11BASE}
#USE_IMAKE= yes
fetch:
depend:
(cd $(WRKSRC)/..; $(MAKE) SUBDIRS=clients depend)