aboutsummaryrefslogtreecommitdiff
path: root/games/quake2-rogue
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-09-04 16:01:18 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-09-04 16:01:18 +0000
commit0c356b1a2908dab19e6305bb297892bc7d9fb359 (patch)
tree5e1bc809f101d1371cebe3f732e1568e031c44b4 /games/quake2-rogue
parent2327cf291b4cd69abb98aed511a26022ecd55fb6 (diff)
downloadports-0c356b1a2908dab19e6305bb297892bc7d9fb359.tar.gz
ports-0c356b1a2908dab19e6305bb297892bc7d9fb359.zip
- Print ${PKGMESSAGE} in post-install.
Notes
Notes: svn path=/head/; revision=172197
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>