summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-06 13:17:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-06 13:17:44 +0000
commitb6939cad7506d1c078ac412f0b4c0ca3c9edfdc4 (patch)
treede401b3e98ec2bbdbd50e717ead0b372530c8cea
parentAttempt to fix bento builds. (diff)
- Update to 0.1
-rw-r--r--audio/cue2toc/Makefile7
-rw-r--r--audio/cue2toc/distinfo4
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile
index f4b181a5b782..a282d6f97896 100644
--- a/audio/cue2toc/Makefile
+++ b/audio/cue2toc/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cue2toc
-PORTVERSION= 0.0
-PORTREVISION= 1
+PORTVERSION= 0.1
CATEGORIES= audio perl5
MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/
@@ -21,9 +20,9 @@ PLIST_FILES= bin/cue2toc.pl
USE_REINPLACE= yes
pre-patch:
- @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc
+ @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${PREFIX}/bin/cue2toc.pl
+ ${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${PREFIX}/bin/cue2toc.pl
.include <bsd.port.mk>
diff --git a/audio/cue2toc/distinfo b/audio/cue2toc/distinfo
index 314a3075ed25..c5f868333f5a 100644
--- a/audio/cue2toc/distinfo
+++ b/audio/cue2toc/distinfo
@@ -1,2 +1,2 @@
-MD5 (cue2toc-0.0.tar.gz) = a36f42552440963a35c6ce265d635205
-SIZE (cue2toc-0.0.tar.gz) = 2870
+MD5 (cue2toc-0.1.tar.gz) = e3a924ff30bdb437abd4c3b261ce080f
+SIZE (cue2toc-0.1.tar.gz) = 2989