diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-04 22:14:37 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-04 22:14:37 +0000 |
commit | 9f6144b69fd794243b55cf5d327a9d5488f6e906 (patch) | |
tree | ad8b8d37ca83e36298289faa2016fa201ad8642a /net/tcpstat/Makefile | |
parent | 1054113ada45700f585e0fd1069b1f9b643dec29 (diff) |
Notes
Diffstat (limited to 'net/tcpstat/Makefile')
-rw-r--r-- | net/tcpstat/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile index 17adf67ee25d..ce028db0e24c 100644 --- a/net/tcpstat/Makefile +++ b/net/tcpstat/Makefile @@ -6,15 +6,23 @@ # PORTNAME= tcpstat -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= net -MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ +MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vinc@freebsd-fr.org COMMENT= A program to report various network statistics GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= tcpstat.1 +MAN1= tcpstat.1 tcpprof.1 +DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif .include <bsd.port.mk> |