[Midnightbsd-cvs] mports [21873] trunk/multimedia/gstreamer1-plugins-all/Makefile: fix metaport
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 23 08:19:56 EDT 2016
Revision: 21873
http://svnweb.midnightbsd.org/mports/?rev=21873
Author: laffer1
Date: 2016-08-23 08:19:55 -0400 (Tue, 23 Aug 2016)
Log Message:
-----------
fix metaport
Modified Paths:
--------------
trunk/multimedia/gstreamer1-plugins-all/Makefile
Modified: trunk/multimedia/gstreamer1-plugins-all/Makefile
===================================================================
--- trunk/multimedia/gstreamer1-plugins-all/Makefile 2016-08-23 12:14:59 UTC (rev 21872)
+++ trunk/multimedia/gstreamer1-plugins-all/Makefile 2016-08-23 12:19:55 UTC (rev 21873)
@@ -4,6 +4,8 @@
PORTVERSION= ${GST1_VERSION}
PORTREVISION= 0
CATEGORIES= multimedia
+DISTFILES= # none
+EXTRACT_ONLY= # none
MAINTAINER= ports at MidnightBSD.org
COMMENT= Meta-port of all gstreamer 1.x plugins with options
@@ -10,10 +12,11 @@
LICENSE= agg
-USES= metaport
-
USE_GSTREAMER1= yes
+NO_BUILD= yes
+NO_MTREE= yes
+
.for all in ${_GSTREAMER_PLUGINS}
OPTIONS_DEFINE+= ${all:tu}
${all:tu}_DESC= ${all} plugin
@@ -37,4 +40,7 @@
.endif
.endfor
+do-install: build
+ @${DO_NADA}
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list