svn commit: r328156 - in head/audio: libogg libogg/files libvorbis libvorbis/files
Christian Weisgerber
naddy at FreeBSD.org
Tue Sep 24 16:15:33 UTC 2013
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
More information about the svn-ports-head
mailing list