diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-20 09:16:33 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-20 09:16:33 +0000 |
commit | 306c3c9b53c8026f98aa9798cc979e8108eaaf24 (patch) | |
tree | 765f4e9f0f8c9a4533c4a9f94f015da14829dc0d /audio/checkmate/Makefile | |
parent | - Update to 1.56 (diff) |
Update to 0.15
Diffstat (limited to 'audio/checkmate/Makefile')
-rw-r--r-- | audio/checkmate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile index 55c756fbc1d7..5627880e4844 100644 --- a/audio/checkmate/Makefile +++ b/audio/checkmate/Makefile @@ -6,8 +6,7 @@ # PORTNAME= checkmate -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= audio MASTER_SITES= http://checkmate.linuxonly.nl/ \ http://critical.ch/distfiles/ \ @@ -18,6 +17,7 @@ COMMENT= A command-line utility for checking mp3 files for errors GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= mpck.1 |