summaryrefslogtreecommitdiff
path: root/x11/kdebase2
diff options
context:
space:
mode:
authorskrll <skrll>2001-03-14 20:15:59 +0000
committerskrll <skrll>2001-03-14 20:15:59 +0000
commitea5f383df8be559457d6542c55124f3c743aa3e3 (patch)
treeac177de8d3a8e985b6f13ef5102839981f110c94 /x11/kdebase2
parenta8d3b00414e5cc64a32e6e5aeda119bf2796a665 (diff)
downloadpkgsrc-ea5f383df8be559457d6542c55124f3c743aa3e3.tar.gz
Make sure that the daemon is part of the login panel.
Diffstat (limited to 'x11/kdebase2')
-rw-r--r--x11/kdebase2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 9cb9f6fd146..298049dac73 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/03/14 20:01:43 skrll Exp $
+# $NetBSD: Makefile,v 1.3 2001/03/14 20:15:59 skrll Exp $
DISTNAME= kdebase-2.1
CATEGORIES= x11 kde
@@ -47,8 +47,8 @@ post-install:
${CP} kdmrc kdmrc.new ; \
${SED} \
-e 's|^\(GreetString\)=.*|\1=Welcome to ${OPSYS}! [HOSTNAME]|' \
+ -e 's|^#\(LogoPixmap\)=.*|\1=${PREFIX}/share/kde/icons/Daemon.png|' \
<kdmrc.new >kdmrc ; \
- ${ECHO} 'LogoPixmap=${PREFIX}/share/kde/icons/Daemon.png' >>kdmrc ; \
${RM} kdmrc.new
@${INSTALL_DATA} ${DISTDIR}/Daemon.png ${PREFIX}/share/kde/icons
@${INSTALL_DATA} ${DISTDIR}/Daemon.README \