From a65ec41c42144654d4e21dcf0462c36a0cab6c69 Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 2 Oct 2009 18:51:20 +0000 Subject: Change install location from ${PREFIX}/lib/mozilla/plugins to ${PREFIX}/lib/xulrunner/plugins. Bump PKGREVISION. --- security/opensc-signer/Makefile | 7 ++++--- security/opensc-signer/PLIST | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'security') 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 -- cgit v1.2.3