From 3d53f18e7baf3d6520649ccdb100da5c3ed8c6cd Mon Sep 17 00:00:00 2001 From: veego Date: Mon, 21 Feb 2005 20:57:20 +0000 Subject: 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. --- emulators/compat14-crypto/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'emulators/compat14-crypto') diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile index b21a04068c1..e0cea61d1cb 100644 --- a/emulators/compat14-crypto/Makefile +++ b/emulators/compat14-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/12/15 06:21:33 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/02/21 20:57:20 veego Exp $ # DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION} @@ -46,11 +46,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. -- cgit v1.2.3