pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/totem-browser-plugin brainfart: the global ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfcce8c3b5fd
branches:  trunk
changeset: 399107:cfcce8c3b5fd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Sep 13 11:22:58 2009 +0000

description:
brainfart: the global plugins directory is lib/netscape/plugins.

diffstat:

 multimedia/totem-browser-plugin/Makefile |   6 +++---
 multimedia/totem-browser-plugin/PLIST    |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 386b9537bdc9 -r cfcce8c3b5fd multimedia/totem-browser-plugin/Makefile
--- a/multimedia/totem-browser-plugin/Makefile  Sun Sep 13 11:17:49 2009 +0000
+++ b/multimedia/totem-browser-plugin/Makefile  Sun Sep 13 11:22:58 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/09/13 10:53:40 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/13 11:22:58 tnn Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -18,13 +18,13 @@
 
 BROWSER_PLUGINS=       cone gmp mully narrowspace
 
-INSTALLATION_DIRS=     lib/mozilla/plugins
+INSTALLATION_DIRS=     lib/netscape/plugins
 INSTALLATION_DIRS+=    libexec
 
 do-install:
 .for plugin in ${BROWSER_PLUGINS}
        cd ${WRKSRC}/browser-plugin && ${LIBTOOL} --mode=install ${INSTALL_DATA} \
-        libtotem-${plugin}-plugin.la ${DESTDIR}${PREFIX}/lib/mozilla/plugins
+        libtotem-${plugin}-plugin.la ${DESTDIR}${PREFIX}/lib/netscape/plugins
 .endfor
        cd ${WRKSRC}/browser-plugin && ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
         totem-plugin-viewer ${DESTDIR}${PREFIX}/libexec
diff -r 386b9537bdc9 -r cfcce8c3b5fd multimedia/totem-browser-plugin/PLIST
--- a/multimedia/totem-browser-plugin/PLIST     Sun Sep 13 11:17:49 2009 +0000
+++ b/multimedia/totem-browser-plugin/PLIST     Sun Sep 13 11:22:58 2009 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2009/09/13 10:53:40 tnn Exp $
-lib/mozilla/plugins/libtotem-cone-plugin.la
-lib/mozilla/plugins/libtotem-gmp-plugin.la
-lib/mozilla/plugins/libtotem-mully-plugin.la
-lib/mozilla/plugins/libtotem-narrowspace-plugin.la
+@comment $NetBSD: PLIST,v 1.4 2009/09/13 11:22:58 tnn Exp $
+lib/netscape/plugins/libtotem-cone-plugin.la
+lib/netscape/plugins/libtotem-gmp-plugin.la
+lib/netscape/plugins/libtotem-mully-plugin.la
+lib/netscape/plugins/libtotem-narrowspace-plugin.la
 libexec/totem-plugin-viewer



Home | Main Index | Thread Index | Old Index