summaryrefslogtreecommitdiff
path: root/emulators/compat14
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2005-02-21 20:57:20 +0000
committerveego <veego@pkgsrc.org>2005-02-21 20:57:20 +0000
commit3d53f18e7baf3d6520649ccdb100da5c3ed8c6cd (patch)
tree0d94860add565c3792251a17ba8f019b0887fca8 /emulators/compat14
parent61e5ffbf87ac8f1eaa610ff929e63c3c30b0399f (diff)
downloadpkgsrc-3d53f18e7baf3d6520649ccdb100da5c3ed8c6cd.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.
Diffstat (limited to 'emulators/compat14')
-rw-r--r--emulators/compat14/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile
index c7c8c7fc696..5c0e60888af 100644
--- a/emulators/compat14/Makefile
+++ b/emulators/compat14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/12/15 06:21:32 grant Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/21 20:57:20 veego Exp $
#
DISTNAME= compat14-${MACHINE_ARCH}-${VERSION}
@@ -44,11 +44,6 @@ COMPAT_LIBDIR= lib
COMPAT_XLIBDIR= X11R6/lib
.endif
-PLIST_SRC+= ${PKGDIR}/PLIST
-.if exists(${PKGDIR}/PLIST.${MACHINE_ARCH})
-PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE_ARCH}
-.endif
-
PLIST_SUBST+= COMPAT_LIBDIR=${COMPAT_LIBDIR} COMPAT_XLIBDIR=${COMPAT_XLIBDIR}
# note that the INSTALL_DATA for the lib*.so symlinks will copy the file, not the symlink.