svn commit: r400791 - head/audio/libfishsound

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:13:58 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:13:56 2015
New Revision: 400791
URL: https://svnweb.freebsd.org/changeset/ports/400791

Log:
  - Add LICENSE_FILE
  - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/audio/libfishsound/Makefile

Modified: head/audio/libfishsound/Makefile
==============================================================================
--- head/audio/libfishsound/Makefile	Wed Nov  4 20:13:52 2015	(r400790)
+++ head/audio/libfishsound/Makefile	Wed Nov  4 20:13:56 2015	(r400791)
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Programing interface to decode/encode audio data
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audio/flac \
 		libspeex.so:${PORTSDIR}/audio/speex \
@@ -26,7 +27,7 @@ USES=		libtool pathfix pkgconfig
 
 PORTDOCS=	*
 
-DOXYGEN_BUILD_DEPENDS=	${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
+DOXYGEN_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
 DOXYGEN_IMPLIES=	DOCS
 
 post-patch-DOCS-off:


More information about the svn-ports-all mailing list