diff options
-rw-r--r-- | lang/blackdown-jdk13/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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: |