diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
commit | 34171d18e7d15518b0d4be05014647ae496a03b1 (patch) | |
tree | 7afbcbdab7ade0ede36d8144d66e4d152fce3337 /games/wmshuffle | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
Notes
Diffstat (limited to 'games/wmshuffle')
-rw-r--r-- | games/wmshuffle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wmshuffle/Makefile b/games/wmshuffle/Makefile index e0c70f59252f..3885d4cb8c3b 100644 --- a/games/wmshuffle/Makefile +++ b/games/wmshuffle/Makefile @@ -21,6 +21,6 @@ USE_XPM= yes post-install: @${MKDIR} ${DATADIR} @${CP} ${WRKSRC}/skin-*.xpm ${DATADIR} - @${ECHO} "===> Run 'wmshuffle --help' for the available options" + @${ECHO_MSG} "===> Run 'wmshuffle --help' for the available options" .include <bsd.port.mk> |