diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 03:50:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 03:50:41 +0000 |
commit | 77b4f89d83f090980715b05f0411089c80467f93 (patch) | |
tree | 29738b31ff85f6d79f03bae68d894e91b4ecb102 /security | |
parent | e072167aa17c251c8b321f3af2dac2af747ae2d6 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/scanssh/Makefile | 13 |
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> |