summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>1999-11-14 22:54:30 +0000
committertron <tron>1999-11-14 22:54:30 +0000
commit16394fb6a3a3d98efd22d7e1abbb27ca916f9de8 (patch)
tree61b66dc1807929120aa6322ae2109e2481708eb3 /x11
parent2618ce4bb902b7c5430f16e3acc943960c880704 (diff)
downloadpkgsrc-16394fb6a3a3d98efd22d7e1abbb27ca916f9de8.tar.gz
Use "${ECHO}" not "${ECHO_MSG}" because we are creating a configuration
file and printing a message.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index c2966640d9e..f1ac3c474a6 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 1999/11/14 19:53:42 hubertf Exp $
+# $NetBSD: Makefile,v 1.55 1999/11/14 22:54:30 tron Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
@@ -63,7 +63,7 @@ post-install:
${SED} \
-e 's|^\(GreetString\)=.*|\1=Welcome to NetBSD! [HOSTNAME]|' \
<kdmrc.new >kdmrc ; \
- ${ECHO_MSG} 'LogoPixmap=${PREFIX}/share/kde/icons/Daemon.png' >>kdmrc ; \
+ ${ECHO} 'LogoPixmap=${PREFIX}/share/kde/icons/Daemon.png' >>kdmrc ; \
${RM} kdmrc.new
${INSTALL_DATA} ${FILESDIR}/Daemon.png ${PREFIX}/share/kde/icons/Daemon.png