Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2018 09:04:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469367 - head/audio/libvorbis
Message-ID:  <201805080904.w489400f089981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May  8 09:03:59 2018
New Revision: 469367
URL: https://svnweb.freebsd.org/changeset/ports/469367

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/audio/libvorbis/Makefile

Modified: head/audio/libvorbis/Makefile
==============================================================================
--- head/audio/libvorbis/Makefile	Tue May  8 08:34:03 2018	(r469366)
+++ head/audio/libvorbis/Makefile	Tue May  8 09:03:59 2018	(r469367)
@@ -11,6 +11,9 @@ MASTER_SITES=	https://downloads.xiph.org/releases/vorb
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Audio compression codec library
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libogg.so:audio/libogg
 
 USES=		libtool pathfix tar:xz



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