summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2005-02-21 21:08:50 +0000
committerveego <veego@pkgsrc.org>2005-02-21 21:08:50 +0000
commit10b258f6fba4641585d51deec1f7b29ed963308d (patch)
treee45e76a389cb50144cf1e949f30fb730bb41e7c8 /emulators
parentc633ab6e05d4a014993b32c8cfedfe893e4ed542 (diff)
downloadpkgsrc-10b258f6fba4641585d51deec1f7b29ed963308d.tar.gz
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. PLIST.i386 renamed to PLIST.x86_64, so we don't need the special handling for MACHINE32_ARCH.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/netbsd32_compat14/Makefile7
-rw-r--r--emulators/netbsd32_compat14/PLIST.i3863
-rw-r--r--emulators/netbsd32_compat14/PLIST.x86_643
3 files changed, 4 insertions, 9 deletions
diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile
index 9b162d57c7f..e8cfc5b7aea 100644
--- a/emulators/netbsd32_compat14/Makefile
+++ b/emulators/netbsd32_compat14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/01/11 05:12:56 hamajima Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/21 21:08:50 veego Exp $
#
DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION}
@@ -45,11 +45,6 @@ EMULSUBDIR= emul/aout
COMPAT_LIBDIR= ${EMULSUBDIR}/usr/lib
COMPAT_XLIBDIR= ${EMULSUBDIR}/usr/X11R6/lib
-PLIST_SRC+= ${PKGDIR}/PLIST
-.if exists(${PKGDIR}/PLIST.${MACHINE32_ARCH})
-PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE32_ARCH}
-.endif
-
PLIST_SUBST+= COMPAT_LIBDIR=${COMPAT_LIBDIR} COMPAT_XLIBDIR=${COMPAT_XLIBDIR}
do-install:
diff --git a/emulators/netbsd32_compat14/PLIST.i386 b/emulators/netbsd32_compat14/PLIST.i386
deleted file mode 100644
index ee0edbcc2c1..00000000000
--- a/emulators/netbsd32_compat14/PLIST.i386
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.i386,v 1.1 2005/01/11 05:12:56 hamajima Exp $
-${COMPAT_LIBDIR}/libi386.so.0.2
-${COMPAT_LIBDIR}/libkeycap.so.0.0
diff --git a/emulators/netbsd32_compat14/PLIST.x86_64 b/emulators/netbsd32_compat14/PLIST.x86_64
new file mode 100644
index 00000000000..39ea1bb8128
--- /dev/null
+++ b/emulators/netbsd32_compat14/PLIST.x86_64
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.x86_64,v 1.1 2005/02/21 21:08:50 veego Exp $
+${COMPAT_LIBDIR}/libi386.so.0.2
+${COMPAT_LIBDIR}/libkeycap.so.0.0