diff options
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 5 | ||||
-rw-r--r-- | x11/kdebase/pkg/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 733c29f3b7c..a064f5eda33 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 1999/11/15 00:34:53 tron Exp $ +# $NetBSD: Makefile,v 1.57 1999/11/15 00:53:13 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \ ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png Daemon.README MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.kde.org/ @@ -69,5 +69,6 @@ post-install: ${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 ${PREFIX}/share/kde/icons .include "../../mk/bsd.pkg.mk" diff --git a/x11/kdebase/pkg/PLIST b/x11/kdebase/pkg/PLIST index c5d648a5c72..c0f5d097c11 100644 --- a/x11/kdebase/pkg/PLIST +++ b/x11/kdebase/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 1999/11/14 19:53:42 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.19 1999/11/15 00:53:14 hubertf Exp $ bin/kappfinder bin/kappfinder_restart bin/kattraction.kss @@ -221,6 +221,8 @@ share/doc/kde/HTML/en/kdm/index-3.html share/doc/kde/HTML/en/kdm/index-4.html share/doc/kde/HTML/en/kdm/index.html share/doc/kde/HTML/en/kdm/logotp3.gif +@comment The following is not part of the KDE distrib: +share/doc/kde/HTML/en/kdm/Daemon.README share/doc/kde/HTML/en/kfind/index-1.html share/doc/kde/HTML/en/kfind/index-2.html share/doc/kde/HTML/en/kfind/index-3.html |