svn commit: r361289 - head/security/ike-scan

Pawel Pekala pawel at FreeBSD.org
Tue Jul 8 20:52:38 UTC 2014


Author: pawel
Date: Tue Jul  8 20:52:37 2014
New Revision: 361289
URL: http://svnweb.freebsd.org/changeset/ports/361289
QAT: https://qat.redports.org/buildarchive/r361289/

Log:
  - Add staging support
  - Convert to new options framework

Modified:
  head/security/ike-scan/Makefile
  head/security/ike-scan/pkg-plist

Modified: head/security/ike-scan/Makefile
==============================================================================
--- head/security/ike-scan/Makefile	Tue Jul  8 20:51:05 2014	(r361288)
+++ head/security/ike-scan/Makefile	Tue Jul  8 20:52:37 2014	(r361289)
@@ -6,20 +6,17 @@ PORTVERSION=	1.9
 CATEGORIES=	security
 MASTER_SITES=	http://www.nta-monitor.com/tools/ike-scan/download/
 
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	VPN scanner and identifier
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
-MAN1=		ike-scan.1 psk-crack.1
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 post-install:
-.	if !defined(NOPORTDOCS)
-		${MKDIR} ${DOCSDIR}
-.		for i in AUTHORS COPYING NEWS README TODO udp-backoff-fingerprinting-paper.txt
-			${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
-.		endfor
-.	endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING NEWS README TODO \
+		udp-backoff-fingerprinting-paper.txt ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>

Modified: head/security/ike-scan/pkg-plist
==============================================================================
--- head/security/ike-scan/pkg-plist	Tue Jul  8 20:51:05 2014	(r361288)
+++ head/security/ike-scan/pkg-plist	Tue Jul  8 20:52:37 2014	(r361289)
@@ -1,5 +1,7 @@
 bin/ike-scan
 bin/psk-crack
+man/man1/ike-scan.1.gz
+man/man1/psk-crack.1.gz
 %%DATADIR%%/ike-backoff-patterns
 %%DATADIR%%/ike-vendor-ids
 %%DATADIR%%/psk-crack-dictionary


More information about the svn-ports-all mailing list