Own the grilo plugins directory to prevent warnings that this directory
does not exist when no plugin is installed.
This commit is contained in:
parent
e89e822ffc
commit
6d02106908
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2013/09/25 06:25:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2013/09/26 18:14:56 ajacoutot Exp $
|
||||
|
||||
COMMENT= framework for making media discovery and browsing easy
|
||||
|
||||
@ -6,6 +6,7 @@ GNOME_PROJECT= grilo
|
||||
GNOME_VERSION= 0.2.7
|
||||
API= 0.2
|
||||
SUBST_VARS= API
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += grilo-0.2 1.0 # 5.0
|
||||
SHARED_LIBS += grlnet-0.2 1.0 # 1.5
|
||||
@ -40,4 +41,9 @@ MODGNOME_TOOLS= gi vala
|
||||
AUTOCONF_VERSION= 2.69
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
# Own the grilo plugins directory to prevent warnings that this
|
||||
# directory does not exist when no plugin is installed.
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/grilo-${API}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2013/09/19 08:32:21 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2013/09/26 18:14:57 ajacoutot Exp $
|
||||
@bin bin/grilo-simple-playlist
|
||||
@bin bin/grilo-test-ui-${API}
|
||||
@bin bin/grl-inspect-${API}
|
||||
@ -32,6 +32,7 @@ include/grilo-${API}/net/grl-net.h
|
||||
lib/girepository-1.0/
|
||||
lib/girepository-1.0/Grl-${API}.typelib
|
||||
lib/girepository-1.0/GrlNet-${API}.typelib
|
||||
lib/grilo-${API}/
|
||||
lib/libgrilo-${API}.a
|
||||
lib/libgrilo-${API}.la
|
||||
@lib lib/libgrilo-${API}.so.${LIBgrilo-0.2_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user