diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-15 10:43:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-15 10:43:09 +0000 |
commit | 1eb3bf6bdad08785ed34c393d329a9ff0cf91e62 (patch) | |
tree | 9966f5d51aef6ba9330141d017081684ac8eb506 /audio/checkmate/Makefile | |
parent | Add p5-Net-SCP-Expect 0.12, perl5 wrapper for scp that allows passwords (diff) |
Update to 0.12
PR: 94133
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> |