diff options
Diffstat (limited to 'audio/checkmate/Makefile')
-rw-r--r-- | audio/checkmate/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile index f24bb483aa1d..5dbe9ff5ca34 100644 --- a/audio/checkmate/Makefile +++ b/audio/checkmate/Makefile @@ -6,9 +6,10 @@ # PORTNAME= mpck -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= audio -MASTER_SITES= http://mpck.linuxonly.nl/ +MASTER_SITES= http://checkmate.linuxonly.nl/ +DISTNAME= checkmate-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for checking mp3 files for errors @@ -20,9 +21,4 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= mpck.1 PLIST_FILES= bin/mpck -post-patch: - @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ - ${WRKSRC}/src/checkframe.c \ - ${WRKSRC}/src/bufio.c - .include <bsd.port.mk> |