diff options
Diffstat (limited to 'x11/kdelibdocs3/Makefile')
-rw-r--r-- | x11/kdelibdocs3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index 037fc3d172b..529ab47c9ca 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2005/02/27 11:39:33 markd Exp $ +# $NetBSD: Makefile,v 1.28 2005/03/23 21:50:41 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} PKGNAME= kdelibdocs-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= x11 devel COMMENT= KDE library documentation @@ -25,7 +24,7 @@ pre-install: post-install: cd ${WRKSRC}; \ - DOCDIRS="arts dcop interfaces kabc kate kdecore kdefx kdeprint kdeui khtml kio kjs kmdi knewstuff kparts kresources kutils kwallet libkmid"; \ + 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 |