summaryrefslogtreecommitdiff
path: root/games/frozenbubble/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-11-06 03:49:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-11-06 03:49:48 +0000
commitfcc01d27a00d7164bf682b754a38746433e57490 (patch)
treeb3945f2d486b3986081f8b4346c7cc94e86eb6df /games/frozenbubble/Makefile
parentUpdate to 0.95. (diff)
Add warning about LD_PRELOAD if the game doesn't work.
Notes
Notes: svn path=/head/; revision=176584
Diffstat (limited to 'games/frozenbubble/Makefile')
-rw-r--r--games/frozenbubble/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile
index 8598f9af1d09..a1673f291c46 100644
--- a/games/frozenbubble/Makefile
+++ b/games/frozenbubble/Makefile
@@ -64,4 +64,8 @@ do-install:
${MKDIR} ${LEXECDIR}
${INSTALL_PROGRAM} ${WRKSRC}/server/fb-server ${LEXECDIR}/
+post-install:
+
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>