brainfart: the global plugins directory is lib/netscape/plugins.
This commit is contained in:
parent
9891c8600f
commit
f3f499465f
2 changed files with 8 additions and 8 deletions
|
@ -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 @@ CONFIGURE_ARGS+= --enable-browser-plugins
|
|||
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue