diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/jsdk20 | |
parent | 06f56759ab83097f935dffe578fb2580c3043d6b (diff) | |
download | pkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/jsdk20')
-rw-r--r-- | www/jsdk20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile index c910e42a5ff..31564f50ed8 100644 --- a/www/jsdk20/Makefile +++ b/www/jsdk20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/08/23 15:26:23 jschauma Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/20 12:27:59 agc 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. @@ -7,7 +7,6 @@ DISTNAME= jsdk20-solaris2-sparc PKGNAME= jsdk-2.0 -WRKSRC= ${WRKDIR}/JSDK2.0 CATEGORIES= www java MASTER_SITES= # none EXTRACT_SUFX= .tar.Z @@ -21,6 +20,7 @@ BUILD_DEPENDS+= urlget>=1.3:../../www/urlget LICENSE= sun-jsdk20-license USE_JAVA= run +WRKSRC= ${WRKDIR}/JSDK2.0 BUILD_DEFS+= JSDK_HOME NO_CONFIGURE= NO_BUILD= |