Stage support

This commit is contained in:
Antoine Brodin 2014-02-06 18:13:44 +00:00
parent 7e2ad79b68
commit d0e1209e19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343131
2 changed files with 8 additions and 8 deletions

View File

@ -7,18 +7,16 @@ CATEGORIES= net
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to report various network statistics
COMMENT= Program to report various network statistics
GNU_CONFIGURE= yes
NO_STAGE= yes
MAN1= tcpstat.1 tcpprof.1
DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt
.if !defined(NOPORTDOCS)
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,5 +1,7 @@
bin/tcpstat
bin/tcpprof
bin/tcpstat
man/man1/tcpprof.1.gz
man/man1/tcpstat.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/LICENSE