diff options
author | markd <markd@pkgsrc.org> | 2008-12-19 21:16:02 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-12-19 21:16:02 +0000 |
commit | 1d4ab9e5ee9afebe648cd44cf5e46b1df18572c6 (patch) | |
tree | bd38a11ee272b566ff001348f2069d460b25ec92 /x11/kdebase3 | |
parent | a50b599df4155894be803936cb40ead98565e7e5 (diff) | |
download | pkgsrc-1d4ab9e5ee9afebe648cd44cf5e46b1df18572c6.tar.gz |
Fix path searched for xkb directory to more likely find the version
pkgsrc is using rather that some other one that might just exist.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 67ad97b7319..20ec42c3ecf 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.144 2008/04/12 22:43:14 jlam Exp $ +# $NetBSD: Makefile,v 1.145 2008/12/19 21:16:02 markd Exp $ DISTNAME= kdebase-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop @@ -121,7 +122,7 @@ SUBST_SED.varlock= -e s:/var/lock:/var/spool/lock: .endif .endif -SUBST_CLASSES+= htdig paths +SUBST_CLASSES+= htdig paths xkb SUBST_STAGE.htdig= post-patch SUBST_MESSAGE.htdig= Fix htdig paths. SUBST_FILES.htdig= khelpcenter/searchhandlers/khc_htsearch.pl @@ -132,6 +133,10 @@ SUBST_SED.paths= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g' SUBST_SED.paths+= -e 's,@LOCALBASE@,${LOCALBASE},g' SUBST_STAGE.paths= post-patch +SUBST_FILES.xkb= kxkb/x11helper.cpp +SUBST_SED.xkb= -e 's:XLIBDIR:"${X11BASE}/share/X11/", XLIBDIR:' +SUBST_STAGE.xkb= post-patch + pre-configure: cd ${WRKSRC}/ksysguard/ksysguardd && rm -f DragonFly && ln -s FreeBSD DragonFly |