aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-04 21:01:08 +0800
committerbapt <bapt@FreeBSD.org>2014-04-04 21:01:08 +0800
commitfa7e3109941535edbfa74616da91d850347bf36c (patch)
treeb2a241faf0e6e1a47b9e46a7068bd46ad070cb0e
parent74dbd7ee664eacd6f2efbb6efcf53eea7ec46a7d (diff)
downloadfreebsd-ports-gnome-fa7e3109941535edbfa74616da91d850347bf36c.tar.gz
freebsd-ports-gnome-fa7e3109941535edbfa74616da91d850347bf36c.tar.zst
freebsd-ports-gnome-fa7e3109941535edbfa74616da91d850347bf36c.zip
s/post-patch-script/post-patch/
-rw-r--r--benchmarks/tsung/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/tsung/Makefile b/benchmarks/tsung/Makefile
index 757ca1d24997..b4a70065d213 100644
--- a/benchmarks/tsung/Makefile
+++ b/benchmarks/tsung/Makefile
@@ -23,10 +23,9 @@ SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py
PLIST_SUB= PORTVERSION=${PORTVERSION}
-post-patch-script:
- @${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/|' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung|' \
+post-patch:
+ @${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/| ; \
+ s|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>