diff options
author | hoek <hoek@FreeBSD.org> | 1997-12-07 16:50:26 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1997-12-07 16:50:26 +0800 |
commit | 8f352f0c47bffa323578f6c24a2d97c63a04c97c (patch) | |
tree | 1cf7de62aa763b06e76c709e9a8928791c674336 | |
parent | 6621447a2618d63e6c962aeb3e7edbe9b76a56de (diff) | |
download | freebsd-ports-gnome-8f352f0c47bffa323578f6c24a2d97c63a04c97c.tar.gz freebsd-ports-gnome-8f352f0c47bffa323578f6c24a2d97c63a04c97c.tar.zst freebsd-ports-gnome-8f352f0c47bffa323578f6c24a2d97c63a04c97c.zip |
Remove MASTER_SITE ftp.uni-frankfurt.de.
530-Unser FTP Server ist wegen eines Plattencrash leider nicht verfuegbar.
I think the rough general translation of this is
"We have been Plattencrash'd and are now verfuegbar'ed. While this is
theoretically a temporary situation, we are still verfuegbar'ed for the
immediately forseeable future."
-rw-r--r-- | converters/uudeview/Makefile | 7 | ||||
-rw-r--r-- | converters/uulib/Makefile | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index d3a3d681efe7..3efb4eb3a0ca 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -3,13 +3,12 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.12 1997/11/08 13:44:25 hoek Exp $ +# $Id: Makefile,v 1.13 1997/11/14 09:38:32 hoek Exp $ # DISTNAME= uudeview-0.5.13 CATEGORIES= converters MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ - ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ MAINTAINER= hoek@FreeBSD.ORG @@ -17,8 +16,8 @@ MAINTAINER= hoek@FreeBSD.ORG LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --enable-inews=${PREFIX}/news/lib/inews \ - --disable-tcl +CONFIGURE_ARGS= --enable-inews=${PREFIX}/news/lib/inews \ + --disable-tcl FETCH_BEFORE_ARGS= -t MAN1= uudeview.1 uuenview.1 diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 12b7034ca160..792ad2df55b1 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -3,14 +3,13 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.11 1997/07/17 15:12:39 max Exp $ +# $Id: Makefile,v 1.12 1997/11/14 09:46:21 hoek Exp $ # DISTNAME= uudeview-0.5.13 PKGNAME= uulib-0.5.13 CATEGORIES= converters -MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ - http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ +MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ MAINTAINER= hoek@FreeBSD.ORG |