aboutsummaryrefslogtreecommitdiff
path: root/security/strobe
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-07-07 19:04:10 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-07-07 19:04:10 +0000
commit4f1d58f459f05b264332a3f8713c362128719331 (patch)
tree0ba9172576bdad71ad601ef0d13b7c74e36a3072 /security/strobe
parentfa5570affeaa5cd9b7392246f1b81358f602cc92 (diff)
downloadports-4f1d58f459f05b264332a3f8713c362128719331.tar.gz
ports-4f1d58f459f05b264332a3f8713c362128719331.zip
Add staging support
Notes
Notes: svn path=/head/; revision=361119
Diffstat (limited to 'security/strobe')
-rw-r--r--security/strobe/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/strobe/Makefile b/security/strobe/Makefile
index e57ecf6bf939..cefff87adaea 100644
--- a/security/strobe/Makefile
+++ b/security/strobe/Makefile
@@ -14,9 +14,12 @@ COMMENT= Fast scatter/gather TCP port scanner
WRKSRC= ${WRKDIR}/strobe
ALL_TARGET= strobe
-MAN1= strobe.1
-PLIST_FILES= bin/strobe lib/strobe.services
+PLIST_FILES= bin/strobe lib/strobe.services man/man1/strobe.1.gz
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/strobe ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/strobe.services ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_MAN} ${WRKSRC}/strobe.1 ${STAGEDIR}${MANPREFIX}/man/man1
-NO_STAGE= yes
.include <bsd.port.mk>