aboutsummaryrefslogtreecommitdiff
path: root/textproc/meld
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-03-01 22:41:58 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-03-01 22:41:58 +0000
commit0f17beab364bcafc2cc09c6ac59bc11ac13b95d0 (patch)
tree92db3f743f0f5b9cb812336f352b849c941f44b7 /textproc/meld
parent4d90cf5193cb9447e6b32656df7cc3a047b5ffe5 (diff)
downloadports-0f17beab364bcafc2cc09c6ac59bc11ac13b95d0.tar.gz
ports-0f17beab364bcafc2cc09c6ac59bc11ac13b95d0.zip
Silence REINPLACE_CMDs
Notes
Notes: svn path=/head/; revision=313171
Diffstat (limited to 'textproc/meld')
-rw-r--r--textproc/meld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile
index 0024b78be102..fce5af617f88 100644
--- a/textproc/meld/Makefile
+++ b/textproc/meld/Makefile
@@ -32,9 +32,9 @@ PLIST_SUB+= NLS="@comment "
.endif
post-patch:
- ${REINPLACE_CMD} '/docdir_/d' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} '/docdir_/d' ${WRKSRC}/Makefile
.if !${PORT_OPTIONS:MNLS}
- ${REINPLACE_CMD} '/po install/d' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} '/po install/d' ${WRKSRC}/Makefile
.endif
.for file in help/C/Makefile help/es/Makefile help/fr/Makefile