summaryrefslogtreecommitdiff
path: root/www/openacs
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 /www/openacs
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 'www/openacs')
-rw-r--r--www/openacs/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile
index 90361822a37..a02b08d9943 100644
--- a/www/openacs/Makefile
+++ b/www/openacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:54 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/02/26 21:28:49 fredb Exp $
#
DISTNAME= openacs-3.2.5
@@ -22,13 +22,21 @@ NO_BUILD= # set
MESSAGE_SUBST+= PREFIX=${PREFIX}
+_FETCH_MESSAGE= \
+ ${ECHO} "==============================================================="; \
+ ${ECHO} "Please fetch ${DISTFILES} into ${DISTDIR}" ; \
+ ${ECHO} "from ${HOMEPAGE} ." ; \
+ ${ECHO} "==============================================================="
+
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ] ; then \
- ${ECHO} "Please fetch ${DISTFILES} into ${DISTDIR}" ; \
- ${ECHO} "from ${HOMEPAGE} ." ; \
+ ${_FETCH_MESSAGE}; \
exit 1 ; \
fi
+fetch-list-one-pkg:
+ @${ECHO} ${_FETCH_MESSAGE:Q}
+
SEDFILES=${WRKSRC}/parameters/ad.tcl \
${WRKSRC}/bin/aolserver-errors.pl \
${WRKSRC}/bin/queue-message.pl \