diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/sun-jdk14 | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/sun-jdk14')
-rw-r--r-- | lang/sun-jdk14/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/sun-jdk14/Makefile b/lang/sun-jdk14/Makefile index c159a1fea42..3bea37d78e0 100644 --- a/lang/sun-jdk14/Makefile +++ b/lang/sun-jdk14/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/12/12 17:17:19 jschauma Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:19:17 agc Exp $ DISTNAME= j2sdk-1_4_2_03-linux-i586 PKGNAME= sun-jdk14-2.3 -WRKSRC= ${WRKDIR}/j2sdk1.4.2_03 MASTER_SITES= # empty COMMENT= Sun's Java(tm) 2 SDK, Standard Edition 1.4.2 @@ -11,6 +10,8 @@ SHORT= SDK DEPENDS= sun-jre14>=2.0:../../lang/sun-jre14 +WRKSRC= ${WRKDIR}/j2sdk1.4.2_03 + # Remove parts that are in common with the JRE # post-extract: |