From a020eef60fdbc1e753b6fd27ab439531dfa866b0 Mon Sep 17 00:00:00 2001 From: veego Date: Mon, 21 Feb 2005 21:22:26 +0000 Subject: Use the extended PLIST_SRC support which now also reads: PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. It was save to remove ${BLACKDOWN_ARCH} for PLIST_SRC, because it was set to i386 in lang/blackdown-jre13/Makefile.common/Makefile.common with the same handling we now use in bsd.pkg.mk. --- lang/blackdown-jdk13/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lang/blackdown-jdk13/Makefile') diff --git a/lang/blackdown-jdk13/Makefile b/lang/blackdown-jdk13/Makefile index 2a5bd7716b5..d64b1cdadd3 100644 --- a/lang/blackdown-jdk13/Makefile +++ b/lang/blackdown-jdk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/11 14:07:36 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/02/21 21:22:26 veego Exp $ # BASENAME= j2sdk @@ -11,12 +11,6 @@ DEPENDS= blackdown-jre13>=1:../../lang/blackdown-jre13 .include "../../lang/blackdown-jre13/Makefile.common" -PLIST_SRC= # empty -.if ${BLACKDOWN_ARCH} == "i386" -PLIST_SRC+= ${PKGDIR}/PLIST.i386 -.endif -PLIST_SRC+= ${PKGDIR}/PLIST - # Remove parts that are in common with the JRE. # post-extract: -- cgit v1.2.3