Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 16:01:06 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333130 - head/benchmarks/nttcp
Message-ID:  <201311071601.rA7G16s1050520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071601.rA7G16s1050520>