diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-02 06:41:58 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-02 06:41:58 +0800 |
commit | 2dd064bc0b5c62713b1c876723cc19a6ccf41503 (patch) | |
tree | 92db3f743f0f5b9cb812336f352b849c941f44b7 /textproc | |
parent | 7a647f43c06f8132f1820e277313f070229e4d71 (diff) | |
download | freebsd-ports-gnome-2dd064bc0b5c62713b1c876723cc19a6ccf41503.tar.gz freebsd-ports-gnome-2dd064bc0b5c62713b1c876723cc19a6ccf41503.tar.zst freebsd-ports-gnome-2dd064bc0b5c62713b1c876723cc19a6ccf41503.zip |
Silence REINPLACE_CMDs
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 |