diff options
author | pav <pav@FreeBSD.org> | 2004-11-06 21:17:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-06 21:17:44 +0800 |
commit | 8aa728ced529f1a1744efdb0b746edc4966524e6 (patch) | |
tree | d8517b3bc10450e6264536d2d7e6ea8efb24e629 /audio/cue2toc/Makefile | |
parent | d0d3a4a0b4b9bc5e36c9f3a10933330bc1eff8f1 (diff) | |
download | freebsd-ports-gnome-8aa728ced529f1a1744efdb0b746edc4966524e6.tar.gz freebsd-ports-gnome-8aa728ced529f1a1744efdb0b746edc4966524e6.tar.zst freebsd-ports-gnome-8aa728ced529f1a1744efdb0b746edc4966524e6.zip |
- Update to 0.1
Diffstat (limited to 'audio/cue2toc/Makefile')
-rw-r--r-- | audio/cue2toc/Makefile | 7 |
1 files changed, 3 insertions, 4 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> |