svn commit: r331347 - head/benchmarks/interbench
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Oct 23 03:11:27 UTC 2013
Author: danfe
Date: Wed Oct 23 03:11:26 2013
New Revision: 331347
URL: http://svnweb.freebsd.org/changeset/ports/331347
Log:
Mea culpa, forgot about the manual page (MAN8).
Modified:
head/benchmarks/interbench/Makefile
Modified: head/benchmarks/interbench/Makefile
==============================================================================
--- head/benchmarks/interbench/Makefile Wed Oct 23 03:07:48 2013 (r331346)
+++ head/benchmarks/interbench/Makefile Wed Oct 23 03:11:26 2013 (r331347)
@@ -16,8 +16,7 @@ USES= gmake
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
-MAN8= ${PORTNAME}.8
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz
PORTDOCS= readme readme.interactivity
OPTIONS_DEFINE= DOCS
@@ -25,7 +24,7 @@ OPTIONS_DEFINE= DOCS
post-patch:
# Do not confuse the reader that this program is Linux-specific
@${REINPLACE_CMD} -e '/kernel/!s,Linux,Unix-like systems, ; \
- /kernel/s,Linux,the,' ${WRKSRC}/${MAN8}
+ /kernel/s,Linux,the,' ${WRKSRC}/${PORTNAME}.8
pre-build:
# Remove stale Linuxish object files and binaries; setting ALL_TARGET to
@@ -34,7 +33,7 @@ pre-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${STAGEDIR}${MANPREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-head
mailing list