aboutsummaryrefslogtreecommitdiff
path: root/audio/libfishsound
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:13:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:13:56 +0000
commitbc30cb60b817d4b6fd5d65789892aee2b4956070 (patch)
tree4633f12d4be0d9f9c07b642d2c59f6ba7121d07c /audio/libfishsound
parente9993d89807054b46f768c6ddf3701befee810eb (diff)
downloadports-bc30cb60b817d4b6fd5d65789892aee2b4956070.tar.gz
ports-bc30cb60b817d4b6fd5d65789892aee2b4956070.zip
- Add LICENSE_FILE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
Notes
Notes: svn path=/head/; revision=400791
Diffstat (limited to 'audio/libfishsound')
-rw-r--r--audio/libfishsound/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index e4d23be81049..090c500175fe 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= sunpoet@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: