diff options
author | rse <rse@FreeBSD.org> | 1998-01-03 17:26:46 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1998-01-03 17:26:46 +0800 |
commit | 31b86822902e5f08c9cdbbaaf2f6f3344da02ae6 (patch) | |
tree | ee6b8ff6df2c914b0e47dbc41cbc3326448d4c09 /graphics | |
parent | 85edd7c7dade5c3d7e34bb858364aba3f947968a (diff) | |
download | freebsd-ports-gnome-31b86822902e5f08c9cdbbaaf2f6f3344da02ae6.tar.gz freebsd-ports-gnome-31b86822902e5f08c9cdbbaaf2f6f3344da02ae6.tar.zst freebsd-ports-gnome-31b86822902e5f08c9cdbbaaf2f6f3344da02ae6.zip |
Added official mirror site ftp.hyperreal.org to MASTER_SITES.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gfont/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile index 5d6033e8a262..1e984f7dedb8 100644 --- a/graphics/gfont/Makefile +++ b/graphics/gfont/Makefile @@ -3,13 +3,14 @@ # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.2 1997/09/16 09:37:47 rse Exp $ +# $Id: Makefile,v 1.3 1997/12/09 15:42:37 rse Exp $ # DISTNAME= gfont-1.0.2 CATEGORIES= graphics print www MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \ - ftp://ftp.engelschall.com/sw/gfont/ + ftp://ftp.engelschall.com/sw/gfont/ \ + ftp://ftp.hyperreal.org/software/engelschall/gfont/ MAINTAINER= rse@engelschall.com |