Install plugin in lib/mozilla/plugins instead of lib/mozilla-plugins
This commit is contained in:
parent
0c39625bfd
commit
25a43fbe33
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.25 2010/06/11 09:40:43 dcoppa Exp $
|
# $OpenBSD: Makefile,v 1.26 2010/06/13 14:35:28 landry Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ COMMENT= flash player with firefox browser plugin
|
|||||||
|
|
||||||
VER= 0.8.3
|
VER= 0.8.3
|
||||||
DISTNAME= gnash-${VER}
|
DISTNAME= gnash-${VER}
|
||||||
PKGNAME= ${DISTNAME}p3
|
PKGNAME= ${DISTNAME}p4
|
||||||
|
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://getgnash.org/packages/releases/
|
MASTER_SITES= http://getgnash.org/packages/releases/
|
||||||
@ -54,7 +54,7 @@ post-install:
|
|||||||
${INSTALL_DATA} ${WRKSRC}/libbase/{gnashpluginrc,gnashrc} \
|
${INSTALL_DATA} ${WRKSRC}/libbase/{gnashpluginrc,gnashrc} \
|
||||||
${PREFIX}/share/examples/gnash
|
${PREFIX}/share/examples/gnash
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--with-npapi-plugindir=${LOCALBASE}/lib/mozilla-plugins \
|
CONFIGURE_ARGS+=--with-npapi-plugindir=${LOCALBASE}/lib/mozilla/plugins \
|
||||||
--disable-cygnal \
|
--disable-cygnal \
|
||||||
--disable-debugger \
|
--disable-debugger \
|
||||||
--enable-renderer=agg \
|
--enable-renderer=agg \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.4 2008/06/28 15:46:33 deanna Exp $
|
@comment $OpenBSD: PLIST,v 1.5 2010/06/13 14:35:28 landry Exp $
|
||||||
@bin bin/dumpshm
|
@bin bin/dumpshm
|
||||||
bin/gnash
|
bin/gnash
|
||||||
@bin bin/gprocessor
|
@bin bin/gprocessor
|
||||||
@ -21,8 +21,9 @@ lib/gnash/libgnashserver.la
|
|||||||
lib/gnash/libgnashserver.so
|
lib/gnash/libgnashserver.so
|
||||||
lib/gnash/libmozsdk.la
|
lib/gnash/libmozsdk.la
|
||||||
@lib lib/gnash/libmozsdk.so.${LIBmozsdk_VERSION}
|
@lib lib/gnash/libmozsdk.so.${LIBmozsdk_VERSION}
|
||||||
lib/mozilla-plugins/
|
lib/mozilla/
|
||||||
lib/mozilla-plugins/libgnashplugin.so
|
lib/mozilla/plugins/
|
||||||
|
lib/mozilla/plugins/libgnashplugin.so
|
||||||
@man man/man1/cygnal.1
|
@man man/man1/cygnal.1
|
||||||
@man man/man1/dumpshm.1
|
@man man/man1/dumpshm.1
|
||||||
@man man/man1/gnash.1
|
@man man/man1/gnash.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user