diff options
author | kwm <kwm@FreeBSD.org> | 2010-07-19 19:50:22 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-07-19 19:50:22 +0800 |
commit | ff76537223fb050ac1b19c76e730646d3e72a5be (patch) | |
tree | 9c065f0078f3df321b63b59bbdfd8207751c845f /audio | |
parent | 7b0d5f21bc2eab555b8d777b21f8d3873c70fc5f (diff) | |
download | freebsd-ports-gnome-ff76537223fb050ac1b19c76e730646d3e72a5be.tar.gz freebsd-ports-gnome-ff76537223fb050ac1b19c76e730646d3e72a5be.tar.zst freebsd-ports-gnome-ff76537223fb050ac1b19c76e730646d3e72a5be.zip |
Correct the second LICENSE line, to fix the build.
Submitted by: QAT
Approved by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audiotag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audiotag/Makefile b/audio/audiotag/Makefile index b8b74a202f55..fa13c5e7bf75 100644 --- a/audio/audiotag/Makefile +++ b/audio/audiotag/Makefile @@ -14,7 +14,7 @@ MAINTAINER= baptiste.daroussin@gmail.com COMMENT= A command-line tool for mass tagging/renaming of audio files LICENSE= GPLv2 -LICENSE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS= VORBIS "Support renaming/tagging ogg vorbis files" On \ ID3 "Support renaming/tagging files supporting id3 tags" On \ |