summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-14 20:15:59 +0000
committerskrll <skrll@pkgsrc.org>2001-03-14 20:15:59 +0000
commit7c131a5a388842f679e2e4843d4f4e7c37c40825 (patch)
treeac177de8d3a8e985b6f13ef5102839981f110c94 /x11
parent74b5502832f87a6cc321daf905b90ef6ad069057 (diff)
downloadpkgsrc-7c131a5a388842f679e2e4843d4f4e7c37c40825.tar.gz
Make sure that the daemon is part of the login panel.
Diffstat (limited to 'x11')
-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 \