diff options
author | markd <markd> | 2003-08-05 12:19:00 +0000 |
---|---|---|
committer | markd <markd> | 2003-08-05 12:19:00 +0000 |
commit | 7dfa1efa02c445d19eae48276bb2bf51a5553d56 (patch) | |
tree | 8be952fb5d179b6373081a7a0499192639eb78a7 /x11/kdelibdocs3 | |
parent | 26c4b5d74cb9035ae922b59edd630db34c109699 (diff) | |
download | pkgsrc-7dfa1efa02c445d19eae48276bb2bf51a5553d56.tar.gz |
Another LOCALBASE fixup.
Diffstat (limited to 'x11/kdelibdocs3')
-rw-r--r-- | x11/kdelibdocs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index 83ec4ed5545..a518d9ac59f 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/08/04 20:37:05 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/05 12:19:00 markd Exp $ DISTNAME= kdelibs-3.1.3 PKGNAME= kdelibdocs-3.1.3 @@ -14,7 +14,7 @@ DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs NO_CONFIGURE= yes EVAL_PREFIX+= QT3DIR=qt3-docs -DOCINSTALLDIR= ${X11PREFIX}/share/doc/kde/HTML/en +DOCINSTALLDIR= ${PREFIX}/share/doc/kde/HTML/en do-build: ${MKDIR} ${WRKDIR}/kdelibs |