aboutsummaryrefslogtreecommitdiff
path: root/security/scanssh
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 03:50:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 03:50:41 +0000
commit77b4f89d83f090980715b05f0411089c80467f93 (patch)
tree29738b31ff85f6d79f03bae68d894e91b4ecb102 /security/scanssh
parente072167aa17c251c8b321f3af2dac2af747ae2d6 (diff)
downloadports-77b4f89d83f090980715b05f0411089c80467f93.tar.gz
ports-77b4f89d83f090980715b05f0411089c80467f93.zip
1: Stagify.
2: convert to new format of LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=357416
Diffstat (limited to 'security/scanssh')
-rw-r--r--security/scanssh/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile
index da6d97441a7f..71947487025d 100644
--- a/security/scanssh/Makefile
+++ b/security/scanssh/Makefile
@@ -10,17 +10,14 @@ MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= ports@FreeBSD.org
COMMENT= Scans networks for open proxies, SSH, web, and SMTP servers
-LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \
- event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet \
+ libevent-1.so:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= YES
-PLIST_FILES= bin/scanssh
+PLIST_FILES= bin/scanssh man/man1/scanssh.1.gz
-MAN1= scanssh.1
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>