diff options
author | veego <veego> | 2005-02-21 20:57:20 +0000 |
---|---|---|
committer | veego <veego> | 2005-02-21 20:57:20 +0000 |
commit | 7f3a8b12907b21d602e7149524c9335c3e7ad66b (patch) | |
tree | 0d94860add565c3792251a17ba8f019b0887fca8 /emulators/compat16/Makefile | |
parent | 668dae8704bd09f251d640d44a612089c99dbe1c (diff) | |
download | pkgsrc-7f3a8b12907b21d602e7149524c9335c3e7ad66b.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/compat16/Makefile')
-rw-r--r-- | emulators/compat16/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index 5d38de4720b..7b5ea0e1795 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 04:17:18 grant Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/21 20:57:20 veego Exp $ # DISTNAME= compat16-${MACHINE_ARCH}-${VERSION} @@ -24,10 +24,6 @@ SHLIB_HANDLING= NO EMULSUBDIR= emul/netbsd16 -.if exists(${PKGDIR}/PLIST.${MACHINE_ARCH}) -PLIST_SRC= ${PKGDIR}/PLIST.${MACHINE_ARCH} -.endif - PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR} do-install: |