diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-06-14 17:31:23 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-06-14 17:31:23 +0000 |
commit | f581e37ec8ee64de76c3dd55b9fe89cbe9e24dc8 (patch) | |
tree | b2bc7c7f89fdc8a1ee017337c1408fabdddabe9c /converters | |
parent | Update to version 1.0p3. (diff) |
Fix MASTER_SITES
Notes
Notes:
svn path=/head/; revision=11425
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uulib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 73beff35340b..e47bacccfe4c 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -3,14 +3,14 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.13 1997/12/07 08:50:26 hoek Exp $ +# $Id: Makefile,v 1.14 1998/02/18 22:20:02 hoek Exp $ # DISTNAME= uudeview-0.5.13 PKGNAME= uulib-0.5.13 CATEGORIES= converters -MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ - ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ +MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ \ + http://www.informatik.uni-frankfurt.de/~fp/uudeview/Apps/frank/ MAINTAINER= hoek@FreeBSD.ORG |