diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-14 19:53:40 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-14 19:53:40 +0000 |
commit | e0e9872b9d5ac50156e3dfe71f758d3a0cd33d30 (patch) | |
tree | b88cd578ebdc5c8d7f7daf1c71bdd41f50e7647f /x11/kdebase/Makefile | |
parent | f0b976689e3059cabc1f11697f57da2026ac33a7 (diff) | |
download | pkgsrc-e0e9872b9d5ac50156e3dfe71f758d3a0cd33d30.tar.gz |
More NetBSD advertisement: Put a Daemon image into the kdm logon box.
Image contributed by Matthias Scheler and distributed with permission from
Marshall Kirk McKusick.
Diffstat (limited to 'x11/kdebase/Makefile')
-rw-r--r-- | x11/kdebase/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index ce69c97eb0c..c2966640d9e 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 1999/11/09 01:13:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.54 1999/11/14 19:53:42 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -63,6 +63,8 @@ post-install: ${SED} \ -e 's|^\(GreetString\)=.*|\1=Welcome to NetBSD! [HOSTNAME]|' \ <kdmrc.new >kdmrc ; \ + ${ECHO_MSG} 'LogoPixmap=${PREFIX}/share/kde/icons/Daemon.png' >>kdmrc ; \ ${RM} kdmrc.new + ${INSTALL_DATA} ${FILESDIR}/Daemon.png ${PREFIX}/share/kde/icons/Daemon.png .include "../../mk/bsd.pkg.mk" |