diff options
author | snj <snj> | 2004-02-22 07:10:44 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-22 07:10:44 +0000 |
commit | 1fc4d3eb6126b2b545cefd1a6f0e2b095f125ebb (patch) | |
tree | 4a498a0200a3ac9a616e0a1b400343d8a8b880b0 | |
parent | 3e9d2f2319d95ab76695a369ea07173098c17688 (diff) | |
download | pkgsrc-1fc4d3eb6126b2b545cefd1a6f0e2b095f125ebb.tar.gz |
Correct an entry in MASTER_SITES.
-rw-r--r-- | fonts/ghostscript-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile index 95afae0e11a..b1ee8fe2699 100644 --- a/fonts/ghostscript-fonts/Makefile +++ b/fonts/ghostscript-fonts/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/02/15 16:53:59 sketch Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/22 07:10:44 snj Exp $ DISTNAME= ghostscript-fonts-6.0 CATEGORIES= fonts MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ - ftp://ftp.cs.wisc.edu/ghost/aladdin/fonts/ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER} MAINTAINER= jlam@NetBSD.org |