Index: head/security/ike-scan/Makefile =================================================================== --- head/security/ike-scan/Makefile (revision 414402) +++ head/security/ike-scan/Makefile (revision 414403) @@ -1,22 +1,25 @@ # Created by: Yonatan # $FreeBSD$ PORTNAME= ike-scan PORTVERSION= 1.9 CATEGORIES= security MASTER_SITES= http://www.nta-monitor.com/tools/ike-scan/download/ MAINTAINER= ports@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}) .include