diff options
author | pav <pav@FreeBSD.org> | 2004-02-23 17:46:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-23 17:46:57 +0800 |
commit | 0d7913eea3ef605810aeef1aa6a60d9aaa1700ce (patch) | |
tree | 83f0d5fc131cf33fbc3089511cc6449e4cdb0ba4 /audio | |
parent | e9aa03a0224a1c6b5835ae3f8883e543206acbb6 (diff) | |
download | freebsd-ports-gnome-0d7913eea3ef605810aeef1aa6a60d9aaa1700ce.tar.gz freebsd-ports-gnome-0d7913eea3ef605810aeef1aa6a60d9aaa1700ce.tar.zst freebsd-ports-gnome-0d7913eea3ef605810aeef1aa6a60d9aaa1700ce.zip |
- Install as cue2toc.pl, to avoid conflict with sysutils/cdrdao, which have
it's own cue2toc command since 1.1.8
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cue2toc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile index 28f3083bc60c..f4b181a5b782 100644 --- a/audio/cue2toc/Makefile +++ b/audio/cue2toc/Makefile @@ -7,6 +7,7 @@ PORTNAME= cue2toc PORTVERSION= 0.0 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ @@ -16,13 +17,13 @@ COMMENT= Perl script that converts CUE files into TOC files for cdrdao RUN_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav NO_BUILD= yes -PLIST_FILES= bin/cue2toc +PLIST_FILES= bin/cue2toc.pl USE_REINPLACE= yes pre-patch: @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${PREFIX}/bin/cue2toc + ${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${PREFIX}/bin/cue2toc.pl .include <bsd.port.mk> |