aboutsummaryrefslogtreecommitdiff
path: root/games/lpairs
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-01-25 18:05:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-01-25 18:05:35 +0000
commit4bc503d612e92512f93522fb37f5edf8c1ce2814 (patch)
treedfa4c6f3212c67f2975b22aae7c4ab446561479c /games/lpairs
parent44c50e1580c1fe4582824b7dfc9b96a14f676bef (diff)
downloadports-4bc503d612e92512f93522fb37f5edf8c1ce2814.tar.gz
ports-4bc503d612e92512f93522fb37f5edf8c1ce2814.zip
Silence REINPLACE_CMDs
Notes
Notes: svn path=/head/; revision=562595
Diffstat (limited to 'games/lpairs')
-rw-r--r--games/lpairs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lpairs/Makefile b/games/lpairs/Makefile
index b56a0c02dba6..0593bd6aa946 100644
--- a/games/lpairs/Makefile
+++ b/games/lpairs/Makefile
@@ -34,9 +34,9 @@ NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.pre.mk>
post-patch:
- ${REINPLACE_CMD} -e 's|games/lpairs|lpairs|' ${WRKSRC}/configure.in
+ @${REINPLACE_CMD} -e 's|games/lpairs|lpairs|' ${WRKSRC}/configure.in
.if ${CHOSEN_COMPILER_TYPE} == gcc
- ${REINPLACE_CMD} -e 's|-Wno-unused-result||' ${WRKSRC}/configure.in
+ @${REINPLACE_CMD} -e 's|-Wno-unused-result||' ${WRKSRC}/configure.in
.endif
post-install: