Date: Mon, 18 Jan 2016 21:02:00 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406610 - head/multimedia/gstreamer-plugins Message-ID: <201601182102.u0IL2035003789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Jan 18 21:02:00 2016 New Revision: 406610 URL: https://svnweb.freebsd.org/changeset/ports/406610 Log: Remove deprecated PLIST_DIRSTRY Approved by: portmgr blanket Modified: head/multimedia/gstreamer-plugins/Makefile.common Modified: head/multimedia/gstreamer-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile.common Mon Jan 18 20:29:11 2016 (r406609) +++ head/multimedia/gstreamer-plugins/Makefile.common Mon Jan 18 21:02:00 2016 (r406610) @@ -186,8 +186,6 @@ gst_amrnb_LIB_DEPENDS+= libopencore-amrn gst_amrnb_PLIST_FILES= ${GST_LIB_DIR}/libgstamrnb.la \ ${GST_LIB_DIR}/libgstamrnb.so \ share/gstreamer-${VERSION}/presets/GstAmrnbEnc.prs -gst_amrnb_PLIST_DIRSTRY=share/gstreamer-${VERSION}/presets \ - share/gstreamer-${VERSION} gst_amrnb_DIST= ugly # amrwbdec @@ -589,8 +587,6 @@ gst_x264_LIB_DEPENDS+= libx264.so:${PORT gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ ${GST_LIB_DIR}/libgstx264.so \ share/gstreamer-${VERSION}/presets/GstX264Enc.prs -gst_x264_PLIST_DIRSTRY= share/gstreamer-${VERSION}/presets \ - share/gstreamer-${VERSION} gst_x264_DIST= ugly # xvid @@ -635,7 +631,6 @@ RUN_DEPENDS+= ${gst_${GST_PLUGIN}_RUN_DE USES+= ${gst_${GST_PLUGIN}_USES} PLIST_FILES= ${gst_${GST_PLUGIN}_PLIST_FILES} PLIST_DIRS= ${gst_${GST_PLUGIN}_PLIST_DIRS} -PLIST_DIRSTRY= ${gst_${GST_PLUGIN}_PLIST_DIRSTRY} EXTRA_LIBS+= ${gst_${GST_PLUGIN}_EXTRA_LIBS} USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601182102.u0IL2035003789>