diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-24 18:32:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-24 18:32:29 +0800 |
commit | 58a707122a4e469662ffd34383df02925f783534 (patch) | |
tree | 274d21ef1b1f328c029c8c6b810865d3a1b2c1f1 /audio/checkmate/Makefile | |
parent | 78e56052571cdd836ef15214fea8b40c797ddfbf (diff) | |
download | freebsd-ports-gnome-58a707122a4e469662ffd34383df02925f783534.tar.gz freebsd-ports-gnome-58a707122a4e469662ffd34383df02925f783534.tar.zst freebsd-ports-gnome-58a707122a4e469662ffd34383df02925f783534.zip |
- Renamed from mpck to checkmate (the project was renamed)
- Update WWW
- Install MLINKS
Repocopied by: marcus
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 4abaeb83b151..1d93835f0277 100644 --- a/audio/checkmate/Makefile +++ b/audio/checkmate/Makefile @@ -5,13 +5,12 @@ # $FreeBSD$ # -PORTNAME= mpck +PORTNAME= checkmate PORTVERSION= 0.14 CATEGORIES= audio MASTER_SITES= http://checkmate.linuxonly.nl/ \ http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ -DISTNAME= checkmate-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for checking mp3 files for errors @@ -21,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= mpck.1 +MLINKS= mpck.1 checkmate.1 PLIST_FILES= bin/mpck .include <bsd.port.mk> |