diff options
-rw-r--r-- | audio/cue2toc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile index a282d6f97896..ad17b2eba49d 100644 --- a/audio/cue2toc/Makefile +++ b/audio/cue2toc/Makefile @@ -8,7 +8,8 @@ PORTNAME= cue2toc PORTVERSION= 0.1 CATEGORIES= audio perl5 -MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ +MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ \ + http://www.oook.cz/bsd/distfiles/ MAINTAINER= pav@FreeBSD.org COMMENT= Perl script that converts CUE files into TOC files for cdrdao |