pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/blackdown-jdk13 Use the extended PLIST_SRC suppor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76c4f4317f06
branches:  trunk
changeset: 489459:76c4f4317f06
user:      veego <veego%pkgsrc.org@localhost>
date:      Mon Feb 21 21:22:26 2005 +0000

description:
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.

diffstat:

 lang/blackdown-jdk13/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r c391f5e17b4f -r 76c4f4317f06 lang/blackdown-jdk13/Makefile
--- a/lang/blackdown-jdk13/Makefile     Mon Feb 21 21:18:28 2005 +0000
+++ b/lang/blackdown-jdk13/Makefile     Mon Feb 21 21:22:26 2005 +0000
@@ -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 @@
 
 .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:



Home | Main Index | Thread Index | Old Index