summaryrefslogtreecommitdiff
path: root/security/pscan
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /security/pscan
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'security/pscan')
-rw-r--r--security/pscan/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile
index 63fbda13aab..0ce980d696d 100644
--- a/security/pscan/Makefile
+++ b/security/pscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/03/24 21:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:32 jlam Exp $
DISTNAME= pscan
PKGNAME= pscan-1.3
@@ -11,6 +11,8 @@ COMMENT= Security C code scanner for misuse of format strings
BUILD_TARGET= pscan
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats