summaryrefslogtreecommitdiff
path: root/games/wmshuffle
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
commit34171d18e7d15518b0d4be05014647ae496a03b1 (patch)
tree7afbcbdab7ade0ede36d8144d66e4d152fce3337 /games/wmshuffle
parentECHO -> ECHO_MSG (diff)
- ECHO -> ECHO_MSG
for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89490
Diffstat (limited to 'games/wmshuffle')
-rw-r--r--games/wmshuffle/Makefile2
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>