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

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 1 09:03:26 UTC 2016


Author: amdmi3
Date: Sun May  1 09:03:25 2016
New Revision: 414403
URL: https://svnweb.freebsd.org/changeset/ports/414403

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/security/ike-scan/Makefile

Modified: head/security/ike-scan/Makefile
==============================================================================
--- head/security/ike-scan/Makefile	Sun May  1 08:26:09 2016	(r414402)
+++ head/security/ike-scan/Makefile	Sun May  1 09:03:25 2016	(r414403)
@@ -9,12 +9,15 @@ MASTER_SITES=	http://www.nta-monitor.com
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	VPN scanner and identifier
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
+CONFIGURE_ARGS=	--datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING NEWS README TODO \
 		udp-backoff-fingerprinting-paper.txt ${STAGEDIR}${DOCSDIR})


More information about the svn-ports-all mailing list