diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-09-05 00:01:18 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-09-05 00:01:18 +0800 |
commit | dd4e04a500340ecf110462f8f1a25ba4579ad278 (patch) | |
tree | 5c97fbadc34333203975035fc5923cecd4a70d2a /games/quake2-rogue | |
parent | 3e1f981c044681b4580eddde2327b16d2e59605c (diff) | |
download | freebsd-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/Makefile | 5 |
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> |