summaryrefslogtreecommitdiff
path: root/security/dcetest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/dcetest/Makefile')
-rw-r--r--security/dcetest/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/security/dcetest/Makefile b/security/dcetest/Makefile
index 49389d15c035..3e389314d62b 100644
--- a/security/dcetest/Makefile
+++ b/security/dcetest/Makefile
@@ -8,21 +8,19 @@
PORTNAME= dcetest
PORTVERSION= 1.2
CATEGORIES= security
-MASTER_SITES= http://www.atstake.com/research/tools/info_gathering/
-DISTNAME= dcetest
-EXTRACT_SUFX= .tar
+MASTER_SITES= ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= UNIX/scanners
MAINTAINER= onatan@gmail.com
COMMENT= Utility to dump MSRPC endpoint information from Windows systems
ALL_TARGET= dcetest
+MAKE_ARGS= CC="${CC}"
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+PLIST_FILES= bin/dcetest
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin
-.if !target(post-install) && (${PORTNAME} == "dcetest")
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/dcetest
-.endif
-
.include <bsd.port.mk>