Date: Tue, 24 Sep 2013 16:15:33 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328156 - in head/audio: libogg libogg/files libvorbis libvorbis/files Message-ID: <201309241615.r8OGFXDf088171@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Tue Sep 24 16:15:33 2013 New Revision: 328156 URL: http://svnweb.freebsd.org/changeset/ports/328156 Log: Make good use of stage for optionally packaging docs. Deleted: head/audio/libogg/files/patch-Makefile.in head/audio/libvorbis/files/patch-Makefile.in Modified: head/audio/libogg/Makefile head/audio/libvorbis/Makefile Modified: head/audio/libogg/Makefile ============================================================================== --- head/audio/libogg/Makefile Tue Sep 24 16:14:48 2013 (r328155) +++ head/audio/libogg/Makefile Tue Sep 24 16:15:33 2013 (r328156) @@ -17,14 +17,6 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -MAKE_ENV= DOC=doc -.else -MAKE_ENV= DOC="" -.endif - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/audio/libvorbis/Makefile ============================================================================== --- head/audio/libvorbis/Makefile Tue Sep 24 16:14:48 2013 (r328155) +++ head/audio/libvorbis/Makefile Tue Sep 24 16:15:33 2013 (r328156) @@ -24,14 +24,6 @@ CONFIGURE_ARGS= --with-ogg=${LOCALBASE} OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -MAKE_ENV= DOC=doc -.else -MAKE_ENV= DOC="" -.endif - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241615.r8OGFXDf088171>