diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-15 00:53:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-15 00:53:13 +0000 |
commit | 6f83e0f9040f5cc9405522b36d672d33f33c5e51 (patch) | |
tree | 65a5ca736a36a3c1ff8eef95ec7a311dbaf3cd98 /x11/kdebase | |
parent | 1acb9c64a04bf79fe7e5a344b46b411808f45e8c (diff) | |
download | pkgsrc-6f83e0f9040f5cc9405522b36d672d33f33c5e51.tar.gz |
We're requested to also distribute the Daemon's copyright and "usage"
license, so put this into a file as well.
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 |