Index: head/net/netstrain/pkg-plist =================================================================== --- head/net/netstrain/pkg-plist (revision 345844) +++ head/net/netstrain/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/netstrain -bin/netstraind -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/netstrain/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/netstrain/Makefile =================================================================== --- head/net/netstrain/Makefile (revision 345844) +++ head/net/netstrain/Makefile (revision 345845) @@ -1,25 +1,25 @@ # Created by: Janos.Mohacsi@bsd.hu # $FreeBSD$ PORTNAME= netstrain PORTVERSION= 3.0 CATEGORIES= net ipv6 MASTER_SITES= SF MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool to measure practical TCP throughput between two machines -DOC_FILES= README +PLIST_FILES= bin/netstrain bin/netstraind +PORTDOCS= README -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/netstrain ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/netstraind ${PREFIX}/bin -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/netstrain ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/netstraind ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include