summaryrefslogtreecommitdiff
path: root/emulators/vmware-module
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-02-26 21:28:47 +0000
committerfredb <fredb@pkgsrc.org>2002-02-26 21:28:47 +0000
commit1ad434a2a70efbfde1af951fd9924e49b47e59eb (patch)
tree703e5e06eaa22f774d5f2b5f95bb8dd65b885e95 /emulators/vmware-module
parent2f0d6eda9b80f210e41fcfb997aa4339d66b918c (diff)
downloadpkgsrc-1ad434a2a70efbfde1af951fd9924e49b47e59eb.tar.gz
Wherever "make fetch" simply echos a message, let "make fetch-list|sh"
echo the message, too.
Diffstat (limited to 'emulators/vmware-module')
-rw-r--r--emulators/vmware-module/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile
index 76a21f36bfe..31bf44a854c 100644
--- a/emulators/vmware-module/Makefile
+++ b/emulators/vmware-module/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:23 agc Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/26 21:28:48 fredb Exp $
DISTNAME= vmware-netbsd-1.0
PKGNAME= vmware-module-1.0
@@ -22,16 +22,22 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
DOWNLOAD= http://www.wasabisystems.com/vmware-survey.html
+_FETCH_MESSAGE= \
+ ${ECHO} "==============================================================="; \
+ ${ECHO} " The VMware kernel module must be fetched into \"${DISTDIR}\""; \
+ ${ECHO} " via the Web formular available under this URL:"; \
+ ${ECHO} " ${DOWNLOAD}"; \
+ ${ECHO} "==============================================================="
+
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
- ${ECHO_MSG} "==============================================================="; \
- ${ECHO_MSG} " The VMware kernel module must be fetched into \"${DISTDIR}\""; \
- ${ECHO_MSG} " via the Web formular available under this URL:"; \
- ${ECHO_MSG} " ${DOWNLOAD}"; \
- ${ECHO_MSG} "==============================================================="; \
+ ${_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