diff options
author | veego <veego@pkgsrc.org> | 2005-05-15 11:53:20 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-05-15 11:53:20 +0000 |
commit | 7d9adc0a068e61b248df28295493ab4c26b21b7f (patch) | |
tree | 8740c14d6c362b0e43b8761666084a028736a58e /lang | |
parent | 910d9dc98cbce5c25edcab2f3303350a924b7b38 (diff) | |
download | pkgsrc-7d9adc0a068e61b248df28295493ab4c26b21b7f.tar.gz |
Rename BASENAME to BD_BASENAME to fix clashes with ${BASENAME} from pkgsrc/mk
Diffstat (limited to 'lang')
-rw-r--r-- | lang/blackdown-jdk13/Makefile | 4 | ||||
-rw-r--r-- | lang/blackdown-jre13/Makefile | 6 | ||||
-rw-r--r-- | lang/blackdown-jre13/Makefile.common | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/lang/blackdown-jdk13/Makefile b/lang/blackdown-jdk13/Makefile index fbd09412264..1cc5d88765a 100644 --- a/lang/blackdown-jdk13/Makefile +++ b/lang/blackdown-jdk13/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/02/27 22:30:43 veego Exp $ +# $NetBSD: Makefile,v 1.23 2005/05/15 11:53:20 veego Exp $ # -BASENAME= j2sdk +BD_BASENAME= j2sdk DISTNAME= ${EXTNAME}-${BLACKDOWN_ARCH} PKGNAME= blackdown-jdk13-1 PKGREVISION= 5 diff --git a/lang/blackdown-jre13/Makefile b/lang/blackdown-jre13/Makefile index 6dec53bc88a..f79d7704d4a 100644 --- a/lang/blackdown-jre13/Makefile +++ b/lang/blackdown-jre13/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2004/07/01 10:56:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/05/15 11:53:20 veego Exp $ # -BASENAME= j2re +BD_BASENAME= j2re DISTNAME= ${EXTNAME}-${BLACKDOWN_ARCH} PKGNAME= blackdown-jre13-1 PKGREVISION= 2 COMMENT= Blackdown's Java(tm) Runtime Environment 1.3.1 .if ${MACHINE_ARCH} == "arm" -DISTNAME= ${BASENAME}-${RELVERSION}-RC1-linux-arm +DISTNAME= ${BD_BASENAME}-${RELVERSION}-RC1-linux-arm .endif .include "../../lang/blackdown-jre13/Makefile.common" diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common index 28723395be9..cce206b065e 100644 --- a/lang/blackdown-jre13/Makefile.common +++ b/lang/blackdown-jre13/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.17 2005/04/11 21:46:12 tv Exp $ +# $NetBSD: Makefile.common,v 1.18 2005/05/15 11:53:20 veego Exp $ # RELVERSION= 1.3.1 BLACKDOWN_REL= FCS-02b RELNAME= ${RELVERSION}-02b-FCS-linux -EXTNAME= ${BASENAME}-${RELNAME} +EXTNAME= ${BD_BASENAME}-${RELNAME} CATEGORIES= lang java EXTRACT_SUFX= .bin @@ -38,7 +38,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -WRKSRC= ${WRKDIR}/${BASENAME}${RELVERSION} +WRKSRC= ${WRKDIR}/${BD_BASENAME}${RELVERSION} CHECK_SHLIBS= NO # This would use NetBSD ldd on Linux shlibs. .include "../../mk/bsd.prefs.mk" |