diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/meld/Makefile | 4 |
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 |