Index: head/net/tcpreen/Makefile =================================================================== --- head/net/tcpreen/Makefile (revision 480905) +++ head/net/tcpreen/Makefile (revision 480906) @@ -1,38 +1,31 @@ # Created by: Janos.Mohacsi@bsd.hu # $FreeBSD$ PORTNAME= tcpreen PORTVERSION= 1.4.4 PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= http://www.remlab.net/files/tcpreen/ MAINTAINER= jmohacsi@bsd.hu COMMENT= Simple TCP session re-engineering tool +LICENSE= GPLv2+ + USES= tar:bzip2 GNU_CONFIGURE= yes -DOC_FILES= AUTHORS NEWS README THANKS TODO +OPTIONS_SUB= yes +PORTDOCS= AUTHORS NEWS README THANKS TODO + OPTIONS_DEFINE= DOCS NLS -.include +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor -.endif + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/net/tcpreen/pkg-descr =================================================================== --- head/net/tcpreen/pkg-descr (revision 480905) +++ head/net/tcpreen/pkg-descr (revision 480906) @@ -1,8 +1,6 @@ TCPreen is a simple tool to monitor and analyze data transmitted between a client and a server via a TCP connection. This tool focuses on the data stream (software/socket layer), not on the lower level transmission protocol as packet sniffers do. -WWW: http://www.simphalempin.com/dev/tcpreen/ - -Janos Mohacsi +WWW: https://www.remlab.net/tcpreen/ Index: head/net/tcpreen/pkg-plist =================================================================== --- head/net/tcpreen/pkg-plist (revision 480905) +++ head/net/tcpreen/pkg-plist (revision 480906) @@ -1,9 +1,4 @@ bin/tcpreen man/man1/tcpreen.1.gz %%NLS%%share/locale/fr/LC_MESSAGES/tcpreen.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/tcpreen.mo -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/TODO