svn commit: r332953 - head/benchmarks/nttcp
Ganael LAPLANCHE
martymac at FreeBSD.org
Wed Nov 6 08:11:38 UTC 2013
Author: martymac
Date: Wed Nov 6 08:11:37 2013
New Revision: 332953
URL: http://svnweb.freebsd.org/changeset/ports/332953
Log:
Enable staging
Modified:
head/benchmarks/nttcp/Makefile (contents, props changed)
Modified: head/benchmarks/nttcp/Makefile
==============================================================================
--- head/benchmarks/nttcp/Makefile Wed Nov 6 07:44:16 2013 (r332952)
+++ head/benchmarks/nttcp/Makefile Wed Nov 6 08:11:37 2013 (r332953)
@@ -14,15 +14,13 @@ COMMENT= A client/server program for tes
RESTRICTED= No commercial use
ALL_TARGET= nttcp
-MAN1= nttcp.1
-PLIST_FILES= bin/nttcp
+PLIST_FILES= bin/nttcp man/man1/nttcp.1.gz
USES= gmake
MAKE_ENV+= OPT="${CFLAGS}"
NOPRECIOUSMAKEVARS=yes
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list