diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /x11-wm | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.zst freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep/Makefile | 8 |
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; \ |