svn commit: r333130 - head/benchmarks/nttcp

Ganael LAPLANCHE martymac at FreeBSD.org
Thu Nov 7 16:01:07 UTC 2013


Author: martymac
Date: Thu Nov  7 16:01:06 2013
New Revision: 333130
URL: http://svnweb.freebsd.org/changeset/ports/333130

Log:
  - Move PLIST_FILES to a separate block
  - Use MAN1PREFIX for man pages
  - Remove useless slashes
  
  Reported by:	danfe

Modified:
  head/benchmarks/nttcp/Makefile

Modified: head/benchmarks/nttcp/Makefile
==============================================================================
--- head/benchmarks/nttcp/Makefile	Thu Nov  7 16:00:45 2013	(r333129)
+++ head/benchmarks/nttcp/Makefile	Thu Nov  7 16:01:06 2013	(r333130)
@@ -14,13 +14,14 @@ COMMENT=	A client/server program for tes
 RESTRICTED=	No commercial use
 
 ALL_TARGET=	nttcp
-PLIST_FILES=	bin/nttcp man/man1/nttcp.1.gz
 USES=		gmake
 MAKE_ENV+=	OPT="${CFLAGS}"
 NOPRECIOUSMAKEVARS=yes
 
+PLIST_FILES=	bin/nttcp man/man1/nttcp.1.gz
+
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${PREFIX}/man/man1/
+	${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list