diff options
author | hasso <hasso@pkgsrc.org> | 2009-10-02 18:51:20 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-10-02 18:51:20 +0000 |
commit | b41162e0dd655855c9eaf76f86cc67e5c3399d5a (patch) | |
tree | 43fa4ee89f1ee219a50482cfad222615e3bbdba0 /security | |
parent | 7cd8a4aca8a6a841ecc629f1661ac2f7e2a8047c (diff) | |
download | pkgsrc-b41162e0dd655855c9eaf76f86cc67e5c3399d5a.tar.gz |
Change install location from ${PREFIX}/lib/mozilla/plugins to
${PREFIX}/lib/xulrunner/plugins. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/opensc-signer/Makefile | 7 | ||||
-rw-r--r-- | security/opensc-signer/PLIST | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/opensc-signer/Makefile b/security/opensc-signer/Makefile index 477eb78f878..6a84a8e790d 100644 --- a/security/opensc-signer/Makefile +++ b/security/opensc-signer/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/06/08 19:11:30 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2009/10/02 18:51:20 hasso Exp $ PKGNAME= opensc-signer-${OPENSC_PKG_VERSION} +PKGREVISION= 1 COMMENT= Opensc signer plugin for Mozilla apps LICENSE= gnu-lgpl-v2.1 @@ -12,13 +13,13 @@ PATCHDIR= ${.CURDIR}/../../security/opensc/patches PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --enable-nsplugin -CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/lib/mozilla/plugins +CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/lib/xulrunner/plugins CONFIGURE_ARGS+= --with-pinentry=${PREFIX}/bin/pinentry do-install: cd ${WRKSRC}/src/signer && ${SETENV} ${MAKE_ENV} ${MAKE} \ prefix=${DESTDIR}${PREFIX} \ - plugindir=${DESTDIR}${PREFIX}/lib/mozilla/plugins install + plugindir=${DESTDIR}${PREFIX}/lib/xulrunner/plugins install .include "../../devel/libltdl/buildlink3.mk" .include "../../security/libassuan/buildlink3.mk" diff --git a/security/opensc-signer/PLIST b/security/opensc-signer/PLIST index 4aa38222da2..086e4d8d310 100644 --- a/security/opensc-signer/PLIST +++ b/security/opensc-signer/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 10:51:02 hasso Exp $ -lib/mozilla/plugins/opensc-signer.so +@comment $NetBSD: PLIST,v 1.2 2009/10/02 18:51:20 hasso Exp $ +lib/xulrunner/plugins/opensc-signer.so lib/opensc-signer.la |