diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-19 10:16:25 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-19 10:16:25 +0000 |
commit | f6faf8234da5477f56ed2ef92ad55600a609571c (patch) | |
tree | 03fc9d3eec10d836a69e73cf18d585407b37aab3 | |
parent | 9c7f3409d5891177e8975d603ff0ec39f0a74841 (diff) | |
download | ports-f6faf8234da5477f56ed2ef92ad55600a609571c.tar.gz ports-f6faf8234da5477f56ed2ef92ad55600a609571c.zip |
Notes
-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> |