svn commit: r357416 - head/security/scanssh
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jun 11 03:50:41 UTC 2014
Author: vanilla
Date: Wed Jun 11 03:50:41 2014
New Revision: 357416
URL: http://svnweb.freebsd.org/changeset/ports/357416
QAT: https://qat.redports.org/buildarchive/r357416/
Log:
1: Stagify.
2: convert to new format of LIB_DEPENDS.
Modified:
head/security/scanssh/Makefile
Modified: head/security/scanssh/Makefile
==============================================================================
--- head/security/scanssh/Makefile Wed Jun 11 03:46:39 2014 (r357415)
+++ head/security/scanssh/Makefile Wed Jun 11 03:50:41 2014 (r357416)
@@ -10,17 +10,14 @@ MASTER_SITES= http://www.monkey.org/~pro
MAINTAINER= ports at 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>
More information about the svn-ports-all
mailing list