summaryrefslogtreecommitdiff
path: root/www/jsdk20
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-10-16 17:21:35 +0000
committerhubertf <hubertf@pkgsrc.org>2000-10-16 17:21:35 +0000
commit6adedb4ed1db19196fafd1b21b781c5e37229ab7 (patch)
treef5ce33b31a81970aae7ab5e576e2d856078f05b5 /www/jsdk20
parente1b1d96bc1284e7277cac3e0d16397041ef4ab2d (diff)
downloadpkgsrc-6adedb4ed1db19196fafd1b21b781c5e37229ab7.tar.gz
Install pre-fetch depends the right way.
Diffstat (limited to 'www/jsdk20')
-rw-r--r--www/jsdk20/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile
index 156dd88b53d..69fff7bf9f0 100644
--- a/www/jsdk20/Makefile
+++ b/www/jsdk20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/10/13 21:33:06 jwise Exp $
+# $NetBSD: Makefile,v 1.10 2000/10/16 17:21:37 hubertf Exp $
# STOP! Don't update this to a later version of this software.
# The JSDK and Apache Jakarta projects have merged, making the
# jakarta-tomcat package the current version of this software.
@@ -34,11 +34,12 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
TEMPDIR?= /tmp
TEMPFILE!=echo ${TEMPDIR}/jsdk20.location.$$$$
+BUILD_DEPENDS+= ${LOCALBASE}/bin/urlget:../../www/urlget
pre-fetch:
- @if [ ! -x ${LOCALBASE}/bin/urlget ];\
+ if [ ! -x ${LOCALBASE}/bin/urlget ]; \
then \
${ECHO} '==> Installing urlget to fetch jsdk20' ; \
- (cd ../../www/urlget && make install) ; \
+ ${MAKE} ${MAKEFLAGS} install-build-depends ; \
fi
do-fetch: