diff options
author | fenner <fenner@FreeBSD.org> | 1999-09-10 03:22:27 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-09-10 03:22:27 +0800 |
commit | fc908ce2128260e98b21f6faf25e77805b5d1869 (patch) | |
tree | d7d6193260eedd55558c328c9e094f7ee7e378e3 /net/tcptrace/Makefile | |
parent | fb12490ff18dc85afe76f0682440634df29245f3 (diff) | |
download | freebsd-ports-gnome-fc908ce2128260e98b21f6faf25e77805b5d1869.tar.gz freebsd-ports-gnome-fc908ce2128260e98b21f6faf25e77805b5d1869.tar.zst freebsd-ports-gnome-fc908ce2128260e98b21f6faf25e77805b5d1869.zip |
Update to tcptrace 5.2.0
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r-- | net/tcptrace/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index c312f90983f5..38bbf8c42d2d 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,28 +1,31 @@ # New ports collection makefile for: tcptrace -# Version required: 5.1.0 +# Version required: 5.2.0 # Date created: 3 March 1997 # Whom: fenner # # $FreeBSD$ # -DISTNAME= tcptrace.5.1.0 -PKGNAME= tcptrace-5.1.0 +DISTNAME= tcptrace.5.2.0 +PKGNAME= tcptrace-5.2.0 CATEGORIES= net -MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.0/ +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/ MAINTAINER= fenner@FreeBSD.org GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/tcptrace_5.1.0 +WRKSRC= ${WRKDIR}/tcptrace_5.2.0 ALL_TARGET= tcptrace +MAN1= tcptrace.1 + DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \ - README.modules README.tput_graphs WWW + README.modules README.tput_graphs WWW dot_tcptracerc.sample do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) + ${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1 ${MKDIR} ${PREFIX}/share/doc/tcptrace .for file in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace |