diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /x11-wm | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
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; \ |