diff options
author | markd <markd@pkgsrc.org> | 2005-12-11 11:06:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-12-11 11:06:12 +0000 |
commit | fbd77d7bd1cbfb2d27674874a3f2d0f620790984 (patch) | |
tree | 637ac180177fe4fe6dc4be966db454d994e3043a /x11/kdelibdocs3/Makefile | |
parent | 253b35727d9280761bc8274b2e0e471395a3cc33 (diff) | |
download | pkgsrc-fbd77d7bd1cbfb2d27674874a3f2d0f620790984.tar.gz |
Update to KDE 3.5
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
Diffstat (limited to 'x11/kdelibdocs3/Makefile')
-rw-r--r-- | x11/kdelibdocs3/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index f2faa4aa16f..2c432e4a333 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/10/13 12:40:51 markd Exp $ +# $NetBSD: Makefile,v 1.33 2005/12/11 11:06:12 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} PKGNAME= kdelibdocs-${_KDE_VERSION} @@ -17,19 +17,12 @@ INSTALL_TARGET= install-data-local UNLIMIT_RESOURCES+= datasize -pre-install: - ${MV} ${PREFIX}/share/doc/kde/HTML/en/kdelibs-apidocs/common \ - ${PREFIX}/share/doc/kde/HTML/en/kdelibs-apidocs/common.save - post-install: cd ${WRKSRC}; \ DOCDIRS="arts dcop dnssd interfaces kabc kate kdecore kdefx kdeprint kdeui khtml kio kjs kmdi knewstuff kparts kresources kutils kwallet libkmid"; \ for d in $${DOCDIRS}; do \ (cd $${d}; ${GMAKE} install-apidox); \ done - ${RM} ${PREFIX}/share/doc/kde/HTML/en/kdelibs-apidocs/common - ${MV} ${PREFIX}/share/doc/kde/HTML/en/kdelibs-apidocs/common.save \ - ${PREFIX}/share/doc/kde/HTML/en/kdelibs-apidocs/common .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |