diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
commit | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch) | |
tree | 72d3d7150282d19ce68e2126dc5e731712d27a03 /games/xsokoban | |
parent | e478897177c3c4652e7277c09503273dfff9dd3a (diff) | |
download | freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.zst freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'games/xsokoban')
-rw-r--r-- | games/xsokoban/Makefile | 4 | ||||
-rw-r--r-- | games/xsokoban/pkg-message | 3 |
2 files changed, 4 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> diff --git a/games/xsokoban/pkg-message b/games/xsokoban/pkg-message new file mode 100644 index 000000000000..9786bd53a2f7 --- /dev/null +++ b/games/xsokoban/pkg-message @@ -0,0 +1,3 @@ +First, type: 'xsokoban -c' to make score files. +You must be the superuser 'root', and enter password 'score'. + |