diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /audio/checkmate | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'audio/checkmate')
-rw-r--r-- | audio/checkmate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile index 6868b7f7072c..5808cd0de4e0 100644 --- a/audio/checkmate/Makefile +++ b/audio/checkmate/Makefile @@ -14,10 +14,11 @@ MASTER_SITES= http://checkmate.gissen.nl/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for checking mp3 files for errors +LICENSE= GPLv2 + GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 MAN1= mpck.1 MLINKS= mpck.1 checkmate.1 PLIST_FILES= bin/mpck |