diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-01-25 18:05:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-01-25 18:05:35 +0000 |
commit | 4bc503d612e92512f93522fb37f5edf8c1ce2814 (patch) | |
tree | dfa4c6f3212c67f2975b22aae7c4ab446561479c /games/lpairs | |
parent | - Add unconditional dependency on gcrypt and libgpg-error to ndpi (diff) |
Silence REINPLACE_CMDs
Notes
Notes:
svn path=/head/; revision=562595
Diffstat (limited to 'games/lpairs')
-rw-r--r-- | games/lpairs/Makefile | 4 |
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: |