diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 19:58:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 19:58:50 +0800 |
commit | a9f0e9ac5dba3b75e88769dc29936adfbb33a6cc (patch) | |
tree | 5db1c62bd5fc486db35c26fb2c68d9b7d3ecbc97 /security | |
parent | fa3d79d6e6ffde48a99328db4cdd99671c2d1f1f (diff) | |
download | freebsd-ports-gnome-a9f0e9ac5dba3b75e88769dc29936adfbb33a6cc.tar.gz freebsd-ports-gnome-a9f0e9ac5dba3b75e88769dc29936adfbb33a6cc.tar.zst freebsd-ports-gnome-a9f0e9ac5dba3b75e88769dc29936adfbb33a6cc.zip |
Support staging
Diffstat (limited to 'security')
-rw-r--r-- | security/pscan/Makefile | 9 |
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> |