diff options
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r-- | graphics/zathura/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 63968326d7db..3fde4bc43d98 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -52,7 +52,7 @@ post-patch: .SILENT ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \ ${WRKSRC}/zathura/config.h \ ${WRKSRC}/doc/man/zathurarc.5.rst - (cd ${WRKSRC}; ${RM} -f zathura.1 zathurarc.5) + (cd ${WRKSRC}; ${RM} zathura.1 zathurarc.5) post-patch-NLS-off: .SILENT ${REINPLACE_CMD} -e '/-C po/d'\ |