summaryrefslogtreecommitdiff
path: root/lang/blackdown-jre13/Makefile
diff options
context:
space:
mode:
authorveego <veego>2005-05-15 11:53:20 +0000
committerveego <veego>2005-05-15 11:53:20 +0000
commit66bce3af9799a44ed26f327ae7f3b19971656ca6 (patch)
tree8740c14d6c362b0e43b8761666084a028736a58e /lang/blackdown-jre13/Makefile
parente8b94b9255110c15c9af8d4c6858051fc63434d7 (diff)
downloadpkgsrc-66bce3af9799a44ed26f327ae7f3b19971656ca6.tar.gz
Rename BASENAME to BD_BASENAME to fix clashes with ${BASENAME} from pkgsrc/mk
Diffstat (limited to 'lang/blackdown-jre13/Makefile')
-rw-r--r--lang/blackdown-jre13/Makefile6
1 files changed, 3 insertions, 3 deletions
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"