diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch) | |
tree | 49358e580db3691ebac42073ffddffb50c910f99 /games/xsokoban/Makefile | |
parent | 6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff) | |
download | ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip |
Notes
Diffstat (limited to 'games/xsokoban/Makefile')
-rw-r--r-- | games/xsokoban/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xsokoban/Makefile b/games/xsokoban/Makefile index 4ac076c4692b..e2f182ab605c 100644 --- a/games/xsokoban/Makefile +++ b/games/xsokoban/Makefile @@ -29,8 +29,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/screens/* ${PREFIX}/lib/X11/xsokoban/screens @${INSTALL_DATA} ${WRKSRC}/bitmaps/defaults/* \ ${PREFIX}/lib/X11/xsokoban/bitmaps/defaults - @echo "First, type: 'xsokoban -c' to make score files." - @echo "You must be the superuser 'root', and enter password 'score'." - @echo + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |