diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-07 14:25:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-07 14:25:33 +0000 |
commit | 821cb4e51e6239d11cdbb0885d2e604a4e64843b (patch) | |
tree | b786f3df3fb530ccd2fc87f8988288973c5415f4 /audio/mp3unicode | |
parent | - Fix WWW: (diff) |
- Fix LICENSE handling
Notes
Notes:
svn path=/head/; revision=425623
Diffstat (limited to 'audio/mp3unicode')
-rw-r--r-- | audio/mp3unicode/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mp3unicode/Makefile b/audio/mp3unicode/Makefile index 1237273431ef..858781afea87 100644 --- a/audio/mp3unicode/Makefile +++ b/audio/mp3unicode/Makefile @@ -8,6 +8,9 @@ MASTER_SITES= http://github.com/downloads/alonbl/mp3unicode/ MAINTAINER= ports@FreeBSD.org COMMENT= ID3 tags charset converter +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libtag.so:audio/taglib USES= iconv pkgconfig tar:bzip2 @@ -17,8 +20,11 @@ CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \ PLIST_FILES= bin/mp3unicode \ man/man1/mp3unicode.1.gz -PORTDOCS= COPYING README +PORTDOCS= README OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e '/dist_doc_DATA/ s|COPYING||' ${WRKSRC}/Makefile.* + .include <bsd.port.mk> |