diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /lang/blackdown-jre13 | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'lang/blackdown-jre13')
-rw-r--r-- | lang/blackdown-jre13/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common index d15f0ac0c4c..09541faa9a9 100644 --- a/lang/blackdown-jre13/Makefile.common +++ b/lang/blackdown-jre13/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.10 2003/02/11 09:16:42 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2003/03/29 12:41:23 jmmv Exp $ # RELVERSION= 1.3.1 BLACKDOWN_REL= FCS-02b RELNAME= ${RELVERSION}-02b-FCS-linux EXTNAME= ${BASENAME}-${RELNAME} +WRKSRC= ${WRKDIR}/${BASENAME}${RELVERSION} CATEGORIES= lang EXTRACT_SUFX= .bin @@ -44,8 +45,6 @@ CHECK_SHLIBS= NO # This would use NetBSD ldd on Linux shlibs. JVM_HOME= ${LOCALBASE}/java/blackdown-${RELVERSION} -WRKSRC= ${WRKDIR}/${BASENAME}${RELVERSION} - USE_BUILDLINK2= yes NO_MTREE= yes # since we change PREFIX |