Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 15:29:09 +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: r318777 - head/audio/libvorbis
Message-ID:  <201305221529.r4MFT9jr046442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305221529.r4MFT9jr046442>