aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pathchirp
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 15:34:13 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 15:34:13 +0000
commit58848c550bf7029a7c353fcfb5d561f730a4a04e (patch)
treebda726dcf401a0a3088ac3e3520896cd590c1cec /benchmarks/pathchirp
parent49bf36d52771ccccdeacb84f6e4f3406a8814618 (diff)
downloadports-58848c550bf7029a7c353fcfb5d561f730a4a04e.tar.gz
ports-58848c550bf7029a7c353fcfb5d561f730a4a04e.zip
Convert benchmarks to PORT_OPTIONS:MDOCS
Notes
Notes: svn path=/head/; revision=338548
Diffstat (limited to 'benchmarks/pathchirp')
-rw-r--r--benchmarks/pathchirp/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile
index a73a4b19167a..a578c281614e 100644
--- a/benchmarks/pathchirp/Makefile
+++ b/benchmarks/pathchirp/Makefile
@@ -17,18 +17,14 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run
PORTDOCS= README
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/CFLAGS.*O4/d' ${WRKSRC}/configure
do-install:
.for f in rcv snd run
- ${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${PORTNAME}_${f} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${PORTNAME}_${f} ${STAGEDIR}${PREFIX}/bin
.endfor
-
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>