aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-05-19 18:16:25 +0800
committerpawel <pawel@FreeBSD.org>2012-05-19 18:16:25 +0800
commit461420572e5eacdd38df6dad8651f802421b9785 (patch)
treed94f245707f8cdb1ba8d047095a279b0701aab60 /graphics
parent7739ab3ddd2c1e45721b70001d07b29dc5e28be3 (diff)
downloadfreebsd-ports-gnome-461420572e5eacdd38df6dad8651f802421b9785.tar.gz
freebsd-ports-gnome-461420572e5eacdd38df6dad8651f802421b9785.tar.zst
freebsd-ports-gnome-461420572e5eacdd38df6dad8651f802421b9785.zip
Use ${PKGMESSAGE}
PR: ports/168129 Submitted by: Aldis Berjoza <graudeejs@gmail.com> approved by: Quentin Stievenart <acieroid@awesom.eu> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/zathura/Makefile4
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>