pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/opensc-signer Change install location from ${...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34b2cbfeb8f1
branches:  trunk
changeset: 399795:34b2cbfeb8f1
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Oct 02 18:51:20 2009 +0000

description:
Change install location from ${PREFIX}/lib/mozilla/plugins to
${PREFIX}/lib/xulrunner/plugins. Bump PKGREVISION.

diffstat:

 security/opensc-signer/Makefile |  7 ++++---
 security/opensc-signer/PLIST    |  4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 085f65e362cd -r 34b2cbfeb8f1 security/opensc-signer/Makefile
--- a/security/opensc-signer/Makefile   Fri Oct 02 14:35:55 2009 +0000
+++ b/security/opensc-signer/Makefile   Fri Oct 02 18:51:20 2009 +0000
@@ -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 @@
 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 -r 085f65e362cd -r 34b2cbfeb8f1 security/opensc-signer/PLIST
--- a/security/opensc-signer/PLIST      Fri Oct 02 14:35:55 2009 +0000
+++ b/security/opensc-signer/PLIST      Fri Oct 02 18:51:20 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index