Date: Sat, 19 Oct 2013 18:13:57 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330921 - head/multimedia/libxine Message-ID: <201310191813.r9JIDvHd004812@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Oct 19 18:13:57 2013 New Revision: 330921 URL: http://svnweb.freebsd.org/changeset/ports/330921 Log: multimedia/libxine: fix staging - Fix staging bug introduced in last ffmpeg update Pointy hat: myself Modified: head/multimedia/libxine/Makefile Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Sat Oct 19 17:30:43 2013 (r330920) +++ head/multimedia/libxine/Makefile Sat Oct 19 18:13:57 2013 (r330921) @@ -68,7 +68,7 @@ CONFIGURE_ARGS= --with-w32-path=${LOCALB OPTIONS_DEFINE= CACA ESOUND JACK GNOMEVFS2 PULSEAUDIO XVMC SMB AALIB \ IMAGEMAGICK GTK2 WAVPACK VAAPI LIBBLURAY -DOCSDIR= ${STAGEDIR}${PREFIX}/share/doc/xine-lib +DOCSDIR= ${PREFIX}/share/doc/xine-lib PLIST_SUB= PLUGINSDIR="lib/xine/plugins/2.3" # DVDCSS version hardcoded in src/input/input_dvd.c misc/cdda_server.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310191813.r9JIDvHd004812>