summaryrefslogtreecommitdiff
path: root/www/jsdk20
diff options
context:
space:
mode:
authorwiz <wiz>2000-10-21 22:59:33 +0000
committerwiz <wiz>2000-10-21 22:59:33 +0000
commit8ebe475e1e4676c168c92dfca2b3c7ccd7dbe4de (patch)
tree0e618b20a94a7305f150717ccee2f0a61ad383e9 /www/jsdk20
parentd754ed94659547cecb03e7b95ea124b7562e32b1 (diff)
downloadpkgsrc-8ebe475e1e4676c168c92dfca2b3c7ccd7dbe4de.tar.gz
reorder lines for pkglint
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 69fff7bf9f0..5c34bdb9396 100644
--- a/www/jsdk20/Makefile
+++ b/www/jsdk20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/10/16 17:21:37 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2000/10/21 22:59:33 wiz 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.
@@ -11,10 +11,12 @@ CATEGORIES= www
MASTER_SITES= # none
EXTRACT_SUFX= .tar.Z
-LICENSE= sun-jsdk20-license
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://java.sun.com/products/servlet/index.html
+BUILD_DEPENDS+= ${LOCALBASE}/bin/urlget:../../www/urlget
+
+LICENSE= sun-jsdk20-license
USE_JAVA= yes
WRKSRC= ${WRKDIR}/JSDK2.0
@@ -34,7 +36,6 @@ 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 ]; \
then \