[Midnightbsd-cvs] mports [21107] trunk/audio/gstreamer-plugins-mp3/Makefile: attempt to make the metaport work

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 11 20:57:57 EST 2016


Revision: 21107
          http://svnweb.midnightbsd.org/mports/?rev=21107
Author:   laffer1
Date:     2016-03-11 20:57:57 -0500 (Fri, 11 Mar 2016)
Log Message:
-----------
attempt to make the metaport work

Modified Paths:
--------------
    trunk/audio/gstreamer-plugins-mp3/Makefile

Modified: trunk/audio/gstreamer-plugins-mp3/Makefile
===================================================================
--- trunk/audio/gstreamer-plugins-mp3/Makefile	2016-03-12 01:52:35 UTC (rev 21106)
+++ trunk/audio/gstreamer-plugins-mp3/Makefile	2016-03-12 01:57:57 UTC (rev 21107)
@@ -14,9 +14,7 @@
 
 LICENSE=	agg
 
-NO_INSTALL=	yes
 NO_BUILD=	yes
-NO_MTREE=	yes
 WANT_GSTREAMER=	yes
 
 OPTIONS_MULTI=	MP3
@@ -24,6 +22,8 @@
 OPTIONS_DEFAULT=	MAD
 FLUENDO_DESC=	Use Fluendo Mp3 decoder
 
+PKG_PLIST+=	share/gstreamer-plugins/mp3.meta
+
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MMAD}
@@ -37,4 +37,7 @@
 post-extract:
 	${MKDIR} ${WRKSRC}
 
+post-install:
+	${TOUCH} ${PREFIX}/share/gstreamer-plugins/mp3.meta
+
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list