diff options
author | hubertf <hubertf> | 2000-10-16 17:21:35 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-16 17:21:35 +0000 |
commit | 19242e19f32215b4ea9d6ecd601472fdb42daadb (patch) | |
tree | f5ce33b31a81970aae7ab5e576e2d856078f05b5 /www/jsdk20/Makefile | |
parent | d5c908ef452be9afdd93215b492a15defe26dd86 (diff) | |
download | pkgsrc-19242e19f32215b4ea9d6ecd601472fdb42daadb.tar.gz |
Install pre-fetch depends the right way.
Diffstat (limited to 'www/jsdk20/Makefile')
-rw-r--r-- | www/jsdk20/Makefile | 7 |
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: |