diff options
author | he <he> | 2008-01-19 09:32:52 +0000 |
---|---|---|
committer | he <he> | 2008-01-19 09:32:52 +0000 |
commit | f529585861cfaa6f1c8976a77ed906a1f7a4ad7b (patch) | |
tree | 1812ec1e43b2f66c6f6478fe557b866c5d603667 /lang | |
parent | f05f141b9016adc26a24c1585267ac3fc81b6efc (diff) | |
download | pkgsrc-f529585861cfaa6f1c8976a77ed906a1f7a4ad7b.tar.gz |
Reorder the BLACKDOWN_ARCH* assignments so that the powerpc -> ppc
override actually works.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/blackdown-jre13/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common index 3de6dea2449..96da2576caf 100644 --- a/lang/blackdown-jre13/Makefile.common +++ b/lang/blackdown-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2007/08/23 18:20:31 jlam Exp $ +# $NetBSD: Makefile.common,v 1.30 2008/01/19 09:32:52 he Exp $ # RELVERSION= 1.3.1 @@ -20,9 +20,9 @@ EMUL_REQD= suse>=7.3 .include "../../mk/bsd.prefs.mk" -BLACKDOWN_ARCH= ${BLACKDOWN_ARCH.${EMUL_ARCH}} -BLACKDOWN_ARCH.powerpc= ppc BLACKDOWN_ARCH.${EMUL_ARCH}= ${EMUL_ARCH} +BLACKDOWN_ARCH.powerpc= ppc +BLACKDOWN_ARCH= ${BLACKDOWN_ARCH.${EMUL_ARCH}} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.blackdown.org/ |