diff options
author | ats <ats@FreeBSD.org> | 1995-07-27 18:11:27 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-07-27 18:11:27 +0800 |
commit | 4644c070f4e82f161daf98ad34b050d3ea554f45 (patch) | |
tree | 89eedb34fa718bc47ef4d1b54e5f66b5bebfe851 /graphics | |
parent | 569faa5988b14b5f13a2dc519f1abdd813adf971 (diff) | |
download | freebsd-ports-gnome-4644c070f4e82f161daf98ad34b050d3ea554f45.tar.gz freebsd-ports-gnome-4644c070f4e82f161daf98ad34b050d3ea554f45.tar.zst freebsd-ports-gnome-4644c070f4e82f161daf98ad34b050d3ea554f45.zip |
The ftp site is now changed from romulus.ucs.uoknor.edu to ftp.uoknor.edu.
Change the Makefile accordingly.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xdl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xdl/Makefile b/graphics/xdl/Makefile index aae6b71f4ea8..384cc3a2cce6 100644 --- a/graphics/xdl/Makefile +++ b/graphics/xdl/Makefile @@ -3,13 +3,12 @@ # Date created: 17 July 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1995/05/04 02:08:19 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/07/18 00:32:33 asami Exp $ # DISTNAME= xdl-2.1 CATEGORIES+= graphics x11 -# supposed to be ftp.uoknor.edu, but the new machine doesn't have it -MASTER_SITES= ftp://romulus.ucs.uoknor.edu/src/X11R5/ +MASTER_SITES= ftp://ftp.uoknor.edu/src/X11R5/ MAINTAINER= asami@FreeBSD.ORG |