Index: head/net/tcpick/Makefile =================================================================== --- head/net/tcpick/Makefile (revision 126490) +++ head/net/tcpick/Makefile (revision 126491) @@ -1,28 +1,27 @@ # New ports collection makefile for: tcpick # Date created: 09 January 2005 # Whom: MANTANI Nobutaka # # $FreeBSD$ # PORTNAME= tcpick PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nobutaka@FreeBSD.org COMMENT= A text-based TCP stream sniffer GNU_CONFIGURE= yes MANLANG= "" it MAN8= tcpick.8 - -PLIST_FILES= bin/tcpick post-install: ${MKDIR} ${PREFIX}/man/it/man8 ${MV} ${PREFIX}/man/man8/tcpick_italian.8 ${PREFIX}/man/it/man8/tcpick.8 .include Property changes on: head/net/tcpick/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/tcpick/pkg-plist =================================================================== --- head/net/tcpick/pkg-plist (nonexistent) +++ head/net/tcpick/pkg-plist (revision 126491) @@ -0,0 +1,3 @@ +bin/tcpick +@unexec rmdir %D/man/it/man8 2>/dev/null || true +@unexec rmdir %D/man/it 2>/dev/null || true Property changes on: head/net/tcpick/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property