diff options
author | fredb <fredb> | 2002-03-04 19:41:03 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-04 19:41:03 +0000 |
commit | 3c94275e3186ff706aff64431088202eaa12d576 (patch) | |
tree | 81fb74e21b3de2fbc9c29841caa4eb46bf038535 /emulators/vmware-module | |
parent | f7418e7a9e3bc8f14d47d274559723d14bb07751 (diff) | |
download | pkgsrc-3c94275e3186ff706aff64431088202eaa12d576.tar.gz |
Generalize the handling for packages where "fetch" and "fetch-list"
only emit a message and don't actually fetch anything. This allows
us to make the output of "fetch-list" for these packages consistent
with other packages.
While we're in here, integrate DYNAMIC_MASTER_SITES with the
${ORDERED_SITES} macro. The only functional change here is that
${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something
appropriate for "fetch-list" for these packages, like sourcing
"getsites.sh" into the generated script. (Well, "package", but there
are two others that do something similar in their "Makefile".)
Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only
"fetch" uses it, move it's functionality directly under "do-fetch".
Diffstat (limited to 'emulators/vmware-module')
-rw-r--r-- | emulators/vmware-module/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile index 31bf44a854c..99cd1b726bb 100644 --- a/emulators/vmware-module/Makefile +++ b/emulators/vmware-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/02/26 21:28:48 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/04 19:41:07 fredb Exp $ DISTNAME= vmware-netbsd-1.0 PKGNAME= vmware-module-1.0 @@ -29,15 +29,6 @@ _FETCH_MESSAGE= \ ${ECHO} " ${DOWNLOAD}"; \ ${ECHO} "===============================================================" -do-fetch: - @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ - ${_FETCH_MESSAGE}; \ - ${FALSE}; \ - fi - -fetch-list-one-pkg: - @${ECHO} ${_FETCH_MESSAGE:Q} - # to override <bsd.own.mk>, MUST be set this way BEFORE bsd.prefs.mk BSDSRCDIR?= /nonexistent |