From d738ecbf3cf27f7ac2cef1bf5c13084f76fbed0f Mon Sep 17 00:00:00 2001 From: landry Date: Sun, 13 Jun 2010 14:16:46 +0000 Subject: [PATCH] Install plugin in lib/mozilla/plugins instead of lib/mozilla-plugins --- www/vteplugin/Makefile | 4 ++-- www/vteplugin/patches/patch-wscript | 4 ++-- www/vteplugin/pkg/PLIST | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/vteplugin/Makefile b/www/vteplugin/Makefile index 6970435c7b3..ed601a5b754 100644 --- a/www/vteplugin/Makefile +++ b/www/vteplugin/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2010/04/21 16:32:20 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2010/06/13 14:16:46 landry Exp $ COMMENT = npapi vte-based terminal for web browsers DISTNAME = vteplugin-0.1 -PKGNAME = ${DISTNAME}p0 +PKGNAME = ${DISTNAME}p1 CATEGORIES = www x11 # WTFPL diff --git a/www/vteplugin/patches/patch-wscript b/www/vteplugin/patches/patch-wscript index 56a4d48b29a..dffc6861e37 100644 --- a/www/vteplugin/patches/patch-wscript +++ b/www/vteplugin/patches/patch-wscript @@ -1,4 +1,4 @@ -$OpenBSD: patch-wscript,v 1.1.1.1 2010/04/21 16:26:46 landry Exp $ +$OpenBSD: patch-wscript,v 1.2 2010/06/13 14:16:46 landry Exp $ --- wscript.orig Thu Apr 15 12:55:27 2010 +++ wscript Thu Apr 15 12:55:43 2010 @@ -28,6 +28,6 @@ def build(ctx): @@ -6,6 +6,6 @@ $OpenBSD: patch-wscript,v 1.1.1.1 2010/04/21 16:26:46 landry Exp $ obj = ctx.new_task_gen(features='cc cshlib', target=APPNAME, - install_path="/usr/lib/mozilla/plugins", -+ install_path="${LOCALBASE}/lib/mozilla-plugins", ++ install_path="${LOCALBASE}/lib/mozilla/plugins", uselib="vte gdk gtk") obj.find_sources_in_dirs(top) diff --git a/www/vteplugin/pkg/PLIST b/www/vteplugin/pkg/PLIST index 7d85cece21c..b0568ea0c88 100644 --- a/www/vteplugin/pkg/PLIST +++ b/www/vteplugin/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/21 16:26:46 landry Exp $ -lib/mozilla-plugins/ -lib/mozilla-plugins/vteplugin.so +@comment $OpenBSD: PLIST,v 1.2 2010/06/13 14:16:46 landry Exp $ +lib/mozilla/ +lib/mozilla/plugins/ +lib/mozilla/plugins/vteplugin.so share/vteplugin/ share/vteplugin/vteplugin.html