Index: head/net-mgmt/ipv6mon/Makefile =================================================================== --- head/net-mgmt/ipv6mon/Makefile (revision 511863) +++ head/net-mgmt/ipv6mon/Makefile (revision 511864) @@ -1,39 +1,42 @@ # $FreeBSD$ PORTNAME= ipv6mon PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Tool for monitoring IPv6 address usage -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= uidfix CFLAGS+= -DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\" USERS= ${PORTNAME} GROUPS= ${PORTNAME} USE_RC_SUBR= ${PORTNAME} PORTDOCS= README.TXT \ ipv6mon-installation-notes.odt \ ipv6mon-installation-notes.pdf \ ipv6mon-manual.odt \ ipv6mon-manual.pdf OPTIONS_DEFINE= DOCS post-extract: - ${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} - ${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} + @${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} + @${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/rc.d + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/ipv6mon/pkg-descr =================================================================== --- head/net-mgmt/ipv6mon/pkg-descr (revision 511863) +++ head/net-mgmt/ipv6mon/pkg-descr (revision 511864) @@ -1,8 +1,8 @@ ipv6mon is a tool meant for monitoring IPv6 address usage on a local network. It is meant to be particularly useful in networks that employ IPv6 Stateless Address Auto-Configuration (as opposed to DHCPv6), where address assignment is decentralized and there is no central server that records which IPv6 addresses have been assigned to which nodes during which period of time. -WWW: http://www.si6networks.com/tools/ipv6mon/ +WWW: https://www.si6networks.com/tools/ipv6mon/