diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-21 22:59:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-21 22:59:33 +0000 |
commit | 2fd41b2180fbbde2b6106c4cf9eebe5b938c2e13 (patch) | |
tree | 0e618b20a94a7305f150717ccee2f0a61ad383e9 | |
parent | f260628b980805b60f4491fc6a94840512834ebe (diff) | |
download | pkgsrc-2fd41b2180fbbde2b6106c4cf9eebe5b938c2e13.tar.gz |
reorder lines for pkglint
-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 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 \ |