summaryrefslogtreecommitdiff
path: root/games
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
parentUpdate to version 3.04 (diff)
- Print ${PKGMESSAGE} in post-install.
Notes
Notes: svn path=/head/; revision=172197
Diffstat (limited to 'games')
-rw-r--r--games/quake2-rogue/Makefile5
-rw-r--r--games/quake2-xatrix/Makefile5
2 files changed, 10 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>
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>