aboutsummaryrefslogtreecommitdiff
path: root/games/quake2-xatrix
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-xatrix
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-xatrix')
-rw-r--r--games/quake2-xatrix/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/quake2-xatrix/Makefile b/games/quake2-xatrix/Makefile
index 829919e31826..dc40ad8590ea 100644
--- a/games/quake2-xatrix/Makefile
+++ b/games/quake2-xatrix/Makefile
@@ -46,4 +46,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>