summaryrefslogtreecommitdiff
path: root/www/jsdk20
diff options
context:
space:
mode:
authorjwise <jwise>2001-04-05 19:27:41 +0000
committerjwise <jwise>2001-04-05 19:27:41 +0000
commit29030249d2613699116d957c7d157c6d4dcc4c70 (patch)
tree0a6d282f115ac7baf099ca38de0fd8012a9fb222 /www/jsdk20
parent30910c55d61d954749c1813df4f316acc2d63930 (diff)
downloadpkgsrc-29030249d2613699116d957c7d157c6d4dcc4c70.tar.gz
Replace use of (removed) install-build-depends target with code to acheive
the same result. Fix suggested by agc.
Diffstat (limited to 'www/jsdk20')
-rw-r--r--www/jsdk20/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile
index 1db36e8e16c..e9dfc46788f 100644
--- a/www/jsdk20/Makefile
+++ b/www/jsdk20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/03/27 03:20:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2001/04/05 19:27:41 jwise 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.
@@ -37,7 +37,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
TEMPDIR?= /tmp
TEMPFILE!=echo ${TEMPDIR}/jsdk20.location.$$$$
-pre-fetch: install-build-depends
+pre-fetch:
+ ${MAKE} install-depends DEPENDS=
do-fetch:
-if [ ! -f ${DISTDIR}/${DISTFILES} ] ; \