diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-09 11:33:06 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-09 11:33:06 +0000 |
commit | a22e48c52623895da1a06b99b2a25b9700150010 (patch) | |
tree | 18bfd1e2dc9219a99bdc2aaaf3cdf2c991e2f323 /audio/ripit/Makefile | |
parent | d5bb79d13843f5e19bbe0aa9f0ba63f2a88bed9a (diff) |
Notes
Diffstat (limited to 'audio/ripit/Makefile')
-rw-r--r-- | audio/ripit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 424af7258e2f..e4720da5dd91 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -6,13 +6,12 @@ # PORTNAME= ripit -PORTVERSION= 3.6.0 -PORTREVISION= 1 +PORTVERSION= 3.7.0 CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ MAINTAINER= oyvind@moll.no -COMMENT= A perl-script frontend for encoding audio CDs to MP3 files +COMMENT= A command line audio CD ripper # See pkg-message about other dependencies. RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get @@ -28,7 +27,7 @@ USE_PERL5_RUN= yes USE_BZIP2= yes post-patch: - @${REINPLACE_CMD} -e "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit.pl + @${REINPLACE_CMD} -e "s|#!/usr/bin/env perl|#!${PERL}|" ${WRKSRC}/ripit.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin/ripit |