aboutsummaryrefslogtreecommitdiff
path: root/security/pscan
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 11:58:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 11:58:50 +0000
commitea7984d005d28983c4c54a4e712c413aad29f802 (patch)
tree5db1c62bd5fc486db35c26fb2c68d9b7d3ecbc97 /security/pscan
parent46522338d8f13bf6cce04f1455b2d82f4ec2efde (diff)
downloadports-ea7984d005d28983c4c54a4e712c413aad29f802.tar.gz
ports-ea7984d005d28983c4c54a4e712c413aad29f802.zip
Notes
Diffstat (limited to 'security/pscan')
-rw-r--r--security/pscan/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile
index 49720dffdab4..6b11aa29f12f 100644
--- a/security/pscan/Makefile
+++ b/security/pscan/Makefile
@@ -13,12 +13,11 @@ COMMENT= Security C code scanner for misuse of format strings
ALL_TARGET= #empty
WRKSRC= ${WRKDIR}
-PLIST_FILES= bin/pscan \
- bin/find_formats
+PLIST_FILES= bin/pscan bin/find_formats
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats
+ ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh \
+ ${STAGEDIR}${PREFIX}/bin/find_formats
.include <bsd.port.mk>