diff options
author | will <will@FreeBSD.org> | 2001-01-27 14:18:49 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-27 14:18:49 +0800 |
commit | b8e04452249ca33b0a8a1bcc99365c4954f5efa7 (patch) | |
tree | 3a9e544f46d78950f3b7817e8d6780cff1be8fa3 /audio | |
parent | 929b03dbb5e0a49b1d68769f11301f76bdd5544d (diff) | |
download | freebsd-ports-gnome-b8e04452249ca33b0a8a1bcc99365c4954f5efa7.tar.gz freebsd-ports-gnome-b8e04452249ca33b0a8a1bcc99365c4954f5efa7.tar.zst freebsd-ports-gnome-b8e04452249ca33b0a8a1bcc99365c4954f5efa7.zip |
Fix fennerage (ftpsearch, checksum ok); remove bogus header line.
Diffstat (limited to 'audio')
-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 |