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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/sun-jre14 | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/sun-jre14')
-rw-r--r-- | lang/sun-jre14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile index 9864e5e55ce..615ebd4d8f2 100644 --- a/lang/sun-jre14/Makefile +++ b/lang/sun-jre14/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.14 2003/12/12 17:17:20 jschauma Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:19:18 agc Exp $ DISTNAME= j2re-1_4_2_03-linux-i586 PKGNAME= sun-jre14-2.3 -WRKSRC= ${WRKDIR}/j2re1.4.2_03 MASTER_SITES= # empty COMMENT= Sun's Java(tm) 2 Runtime Environment 1.4.2 SHORT= JRE +WRKSRC= ${WRKDIR}/j2re1.4.2_03 USE_PKGINSTALL= yes OWN_DIRS= ${PREFIX} OWN_DIRS+= ${PREFIX}/lib |