diff options
author | ats <ats@FreeBSD.org> | 1995-07-27 18:05:49 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-07-27 18:05:49 +0800 |
commit | 569faa5988b14b5f13a2dc519f1abdd813adf971 (patch) | |
tree | b7cec76c471cabe102660711ece90fe8167a53a5 | |
parent | 0a6beb5a18c8800cc6d8ebf996db5ed0f9c52a64 (diff) | |
download | freebsd-ports-gnome-569faa5988b14b5f13a2dc519f1abdd813adf971.tar.gz freebsd-ports-gnome-569faa5988b14b5f13a2dc519f1abdd813adf971.tar.zst freebsd-ports-gnome-569faa5988b14b5f13a2dc519f1abdd813adf971.zip |
The master-site seems to have been changed from romulus.ucs.uoknor.edu
to ftp.uoknor.edu. Update the Makefile to reflect this change.
-rw-r--r-- | games/xkobo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index b284e0914744..667808d19b1e 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -3,12 +3,12 @@ # Date created: 18 Jul 1995 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/19 00:31:03 jkh Exp $ # DISTNAME= xkobo-1.3 CATEGORIES+= games -MASTER_SITES= ftp://romulus.ucs.uoknor.edu/mirrors/X/contrib/games/ +MASTER_SITES= ftp://ftp.uoknor.edu/mirrors/X/contrib/games/ USE_IMAKE= yes ALL_TARGET= xkobo |