diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
commit | 2a37de7d11d8e6128dc59f6ecaef293a5d3c407c (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /security | |
parent | 80bb59e08c4ff1b56f6274837af80f5989279e8a (diff) | |
download | pkgsrc-2a37de7d11d8e6128dc59f6ecaef293a5d3c407c.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'security')
-rw-r--r-- | security/crypto++/Makefile | 4 | ||||
-rw-r--r-- | security/tripwire/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/crypto++/Makefile b/security/crypto++/Makefile index 8aba45ef91c..24f0c803b0d 100644 --- a/security/crypto++/Makefile +++ b/security/crypto++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/12/01 04:17:50 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2008/02/28 11:58:49 rillig Exp $ # DISTNAME= cryptopp552 @@ -23,7 +23,7 @@ CPPFLAGS+= -DCRYPTOPP_DISABLE_ASM BUILDLINK_TRANSFORM+= rm:-pipe rm:-msse2 EXTRACT_OPTS_ZIP= -aqo -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cryptest.exe ${PREFIX}/bin/cryptest diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 8db7c1d93f8..17baefb38f1 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/11/16 00:16:29 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2008/02/28 11:58:49 rillig Exp $ # DISTNAME= tripwire-1.2 @@ -17,7 +17,7 @@ OWN_DIRS= ${PKG_SYSCONFDIR}/databases EGDIR= ${PREFIX}/share/examples/tripwire CONF_FILES= ${EGDIR}/tripwire.conf ${PKG_SYSCONFDIR}/tripwire.conf -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes post-extract: cd ${WRKDIR} && ${PAX} -O -rf T1.2.tar |