diff options
-rw-r--r-- | audio/ripenc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ripenc/Makefile b/audio/ripenc/Makefile index f5a4563db06f..34d71ab09aec 100644 --- a/audio/ripenc/Makefile +++ b/audio/ripenc/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: ripenc -# URL: http://www.asde.com/~mjparme/index.htm # Date created: 28 February 1999 # Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # @@ -9,7 +8,8 @@ PORTNAME= ripenc PORTVERSION= 0.7 CATEGORIES= audio -MASTER_SITES= http://www.asde.com/~mjparme/ +MASTER_SITES= ftp://ftp.vision.net.au/ftp4/html/files/ \ + ftp://ftp.loxinfo.co.th/pub/unix/cd-writer/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jonny@jonny.eng.br |