diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zathura/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 8e86e6715832..2a232ba21a4f 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -59,7 +59,7 @@ post-patch: .SILENT ${WRKSRC}/config.h \ ${WRKSRC}/zathurarc.5.rst -post-install: .SILENT - ${CAT} pkg-message +post-install: + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |