diff options
author | veego <veego@pkgsrc.org> | 2005-02-21 21:08:50 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-02-21 21:08:50 +0000 |
commit | 1741aefc24ff07beca40cde199df7e301cc6ed33 (patch) | |
tree | e45e76a389cb50144cf1e949f30fb730bb41e7c8 /emulators | |
parent | 87a12c9f794b08a01c9968dd5de5c0368d2f5875 (diff) | |
download | pkgsrc-1741aefc24ff07beca40cde199df7e301cc6ed33.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/Makefile | 7 | ||||
-rw-r--r-- | emulators/netbsd32_compat14/PLIST.i386 | 3 | ||||
-rw-r--r-- | emulators/netbsd32_compat14/PLIST.x86_64 | 3 |
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 |