summaryrefslogtreecommitdiff
path: root/security/crypto++
diff options
context:
space:
mode:
authorrillig <rillig>2008-02-28 11:58:47 +0000
committerrillig <rillig>2008-02-28 11:58:47 +0000
commit9f6335a1203dd6d04f5f9baea4cdd5919ab6c8d3 (patch)
tree9b57bf8c2c6de33d312b22aa420bb8850c649eff /security/crypto++
parent311ed543e05c77f2873845e4b8b04c4e64cc9299 (diff)
downloadpkgsrc-9f6335a1203dd6d04f5f9baea4cdd5919ab6c8d3.tar.gz
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'security/crypto++')
-rw-r--r--security/crypto++/Makefile4
1 files changed, 2 insertions, 2 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