diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-14 15:12:12 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-14 15:12:12 +0000 |
commit | cbba4d88f3fbe9c231adb4e2c8c8b9a53958b3a7 (patch) | |
tree | 0f452dbc281b274ccfc384450e2e10285eabd1c4 /devel | |
parent | 09f538c56a1524a60de9c7fb8a839d2cc8296255 (diff) | |
download | pkgsrc-cbba4d88f3fbe9c231adb4e2c8c8b9a53958b3a7.tar.gz |
Change NS_SYSTEM_PLUGINS_DIR from /usr/lib/mozilla/plugins
to ${PREFIX}/lib/netscape/plugins, where most pkgsrc packages
install NPAPI plugins (and all probably should?)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xulrunner/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index b3d1207929f..a2453c4af2e 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2009/09/13 20:02:35 tnn Exp $ +# $NetBSD: Makefile,v 1.21 2009/09/14 15:12:12 tnn Exp $ # DISTNAME= xulrunner-${XULRUNNER_VER}-source PKGNAME= ${DISTNAME:S/-source//} XULRUNNER_VER= 1.9.1.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/} EXTRACT_SUFX= .tar.bz2 @@ -66,7 +66,9 @@ SUBST_FILES.fix-paths= xpcom/build/nsXPCOMPrivate.h SUBST_FILES.fix-paths+= xulrunner/app/nsRegisterGREUnix.cpp SUBST_FILES.fix-paths+= xulrunner/installer/Makefile.in SUBST_FILES.fix-paths+= extensions/java/xpcom/interfaces/org/mozilla/xpcom/Mozilla.java +SUBST_FILES.fix-paths+= xpcom/io/nsAppFileLocationProvider.cpp SUBST_SED.fix-paths= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner/gre.d,g' +SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g' PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" |