aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcptrace/Makefile
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-11-22 02:23:05 +0800
committerfenner <fenner@FreeBSD.org>2002-11-22 02:23:05 +0800
commit13e406dbfd1b14b0b7a5c44d5c500ffd3e4090d5 (patch)
tree587de8b703ed929c2e8b2c4d2454b106e2e9224c /net/tcptrace/Makefile
parentd28fd6809cb06f7d6fbc5b1b8591de893774e48c (diff)
downloadfreebsd-ports-graphics-13e406dbfd1b14b0b7a5c44d5c500ffd3e4090d5.tar.gz
freebsd-ports-graphics-13e406dbfd1b14b0b7a5c44d5c500ffd3e4090d5.tar.zst
freebsd-ports-graphics-13e406dbfd1b14b0b7a5c44d5c500ffd3e4090d5.zip
Upgrade to 6.3.2
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r--net/tcptrace/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index fd00e337a1a..bddfd793875 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= tcptrace
-PORTVERSION= 6.0.0b2
+PORTVERSION= 6.3.2
CATEGORIES= net ipv6
MASTER_SITES= http://www.tcptrace.org/download/
-DISTNAME= tcptrace.${PORTVERSION}
MAINTAINER= fenner@FreeBSD.org
@@ -19,11 +18,13 @@ ALL_TARGET= tcptrace
MAN1= tcptrace.1
DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
- README.modules README.tput_graphs THANKS WWW \
- dot_tcptracerc.sample
+ README.modules README.tline_graphs README.tput_graphs \
+ README.version README.xpl2gpl THANKS WWW \
+ dot_tcptracerc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace