diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-04 16:01:18 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-04 16:01:18 +0000 |
commit | 0c356b1a2908dab19e6305bb297892bc7d9fb359 (patch) | |
tree | 5e1bc809f101d1371cebe3f732e1568e031c44b4 /games | |
parent | Update 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/Makefile | 5 | ||||
-rw-r--r-- | games/quake2-xatrix/Makefile | 5 |
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> |