aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake2-rogue
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-09-05 00:01:18 +0800
committeralepulver <alepulver@FreeBSD.org>2006-09-05 00:01:18 +0800
commitdd4e04a500340ecf110462f8f1a25ba4579ad278 (patch)
tree5c97fbadc34333203975035fc5923cecd4a70d2a /games/quake2-rogue
parent3e1f981c044681b4580eddde2327b16d2e59605c (diff)
downloadfreebsd-ports-gnome-dd4e04a500340ecf110462f8f1a25ba4579ad278.tar.gz
freebsd-ports-gnome-dd4e04a500340ecf110462f8f1a25ba4579ad278.tar.zst
freebsd-ports-gnome-dd4e04a500340ecf110462f8f1a25ba4579ad278.zip
- Print ${PKGMESSAGE} in post-install.
Diffstat (limited to 'games/quake2-rogue')
-rw-r--r--games/quake2-rogue/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/quake2-rogue/Makefile b/games/quake2-rogue/Makefile
index 289a3e96807f..3d58ae8960d6 100644
--- a/games/quake2-rogue/Makefile
+++ b/games/quake2-rogue/Makefile
@@ -47,4 +47,9 @@ do-install:
${MKDIR} ${Q2DIR}/${PORTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/game.so ${Q2DIR}/${PORTNAME}
+post-install:
+ @${ECHO_CMD}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD}
+
.include <bsd.port.post.mk>