summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/jsdk20/Makefile5
-rw-r--r--x11/swing/Makefile5
2 files changed, 6 insertions, 4 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} ] ; \
diff --git a/x11/swing/Makefile b/x11/swing/Makefile
index 6b85931b13e..0211f33e103 100644
--- a/x11/swing/Makefile
+++ b/x11/swing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/03/27 03:20:28 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2001/04/05 19:27:42 jwise Exp $
DISTNAME= swing1_1_1
PKGNAME= swing-1.1.1
@@ -39,7 +39,8 @@ ROOT_GROUP?= wheel
TEMPDIR?= /tmp
TEMPFILE!=echo ${TEMPDIR}/swing.location.$$$$
-pre-fetch: install-build-depends
+pre-fetch:
+ ${MAKE} install-depends DEPENDS=
do-fetch:
-if [ ! -f ${DISTDIR}/${DISTFILES} ] ; then \