1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Move PLIST_FILES to a separate block

- Use MAN1PREFIX for man pages
- Remove useless slashes

Reported by:	danfe
This commit is contained in:
Ganael LAPLANCHE 2013-11-07 16:01:06 +00:00
parent a0746bc874
commit 8938ccfa43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333130

View File

@ -14,13 +14,14 @@ COMMENT= A client/server program for testing network performance
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>