svn commit: r318777 - head/audio/libvorbis

Christian Weisgerber naddy at FreeBSD.org
Wed May 22 15:29:09 UTC 2013


Author: naddy
Date: Wed May 22 15:29:09 2013
New Revision: 318777
URL: http://svnweb.freebsd.org/changeset/ports/318777

Log:
  Minor cleanup.

Modified:
  head/audio/libvorbis/Makefile
  head/audio/libvorbis/pkg-descr

Modified: head/audio/libvorbis/Makefile
==============================================================================
--- head/audio/libvorbis/Makefile	Wed May 22 15:25:39 2013	(r318776)
+++ head/audio/libvorbis/Makefile	Wed May 22 15:29:09 2013	(r318777)
@@ -13,8 +13,8 @@ COMMENT=	Audio compression codec library
 
 LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg
 
+USES=		pathfix
 USE_AUTOTOOLS=	libtool
-USES=	pathfix
 USE_LDCONFIG=	yes
 USE_XZ=		yes
 
@@ -23,6 +23,8 @@ CONFIGURE_ARGS=	--with-ogg=${LOCALBASE} 
 		--disable-docs		# don't rebuild
 MAKE_JOBS_SAFE=	yes
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}

Modified: head/audio/libvorbis/pkg-descr
==============================================================================
--- head/audio/libvorbis/pkg-descr	Wed May 22 15:25:39 2013	(r318776)
+++ head/audio/libvorbis/pkg-descr	Wed May 22 15:29:09 2013	(r318777)
@@ -18,4 +18,4 @@ This package contains:
 - libvorbisenc, a BSD-license library that provides a simple,
   programmatic encoding setup interface.
 
-WWW: http://www.xiph.org/vorbis/
+WWW: https://www.xiph.org/vorbis/


More information about the svn-ports-all mailing list