Install plugin in lib/mozilla/plugins instead of lib/mozilla-plugins.
While here @comment .a/.la files.
This commit is contained in:
parent
d738ecbf3c
commit
0c39625bfd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/12/22 13:02:12 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/06/13 14:17:43 landry Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= Flash plugin for Mozilla browsers
|
||||
|
||||
V= 0.8.2
|
||||
DISTNAME= swfdec-mozilla-$V
|
||||
PKGNAME= swfdec-plugin-$Vp1
|
||||
PKGNAME= swfdec-plugin-$Vp2
|
||||
CATEGORIES= graphics www
|
||||
|
||||
HOMEPAGE= http://swfdec.freedesktop.org/
|
||||
@ -35,7 +35,7 @@ USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-plugin-dir="${LOCALBASE}/lib/mozilla-plugins/"
|
||||
CONFIGURE_ARGS+= --with-plugin-dir="${LOCALBASE}/lib/mozilla/plugins/"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/12/22 13:02:12 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/06/13 14:17:43 landry Exp $
|
||||
@pkgpath graphics/swfdec,plugin
|
||||
lib/mozilla-plugins/
|
||||
lib/mozilla-plugins/libswfdecmozilla.a
|
||||
lib/mozilla-plugins/libswfdecmozilla.la
|
||||
lib/mozilla-plugins/libswfdecmozilla.so
|
||||
lib/mozilla/
|
||||
lib/mozilla/plugins/
|
||||
@comment lib/mozilla/plugins/libswfdecmozilla.a
|
||||
@comment lib/mozilla/plugins/libswfdecmozilla.la
|
||||
lib/mozilla/plugins/libswfdecmozilla.so
|
||||
share/icons/hicolor/16x16/apps/swfdec-mozilla.png
|
||||
share/icons/hicolor/22x22/apps/swfdec-mozilla.png
|
||||
share/icons/hicolor/24x24/apps/swfdec-mozilla.png
|
||||
|
Loading…
Reference in New Issue
Block a user