summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /x11-wm/afterstep/Makefile
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to '')
-rw-r--r--x11-wm/afterstep/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile
index da36a21157f8..4d320449c178 100644
--- a/x11-wm/afterstep/Makefile
+++ b/x11-wm/afterstep/Makefile
@@ -3,7 +3,7 @@
# Date created: October 29th 1996
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.27 1999/01/18 03:38:24 billf Exp $
+# $Id: Makefile,v 1.28 1999/02/21 21:51:00 billf Exp $
#
DISTNAME= AfterStep-1.0
@@ -48,9 +48,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/
.else
.if !defined(BATCH)
- @echo "===> Note: to use the hi-color icons,"
- @echo " reinstall this port with -DUSE_HICOLOR_ICONS"
- @echo " defined"
+ @${ECHO_MSG} "===> Note: to use the hi-color icons,"
+ @${ECHO_MSG} " reinstall this port with -DUSE_HICOLOR_ICONS"
+ @${ECHO_MSG} " defined"
.endif
@for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \
${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \