diff options
author | snj <snj@pkgsrc.org> | 2004-02-22 07:10:44 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-22 07:10:44 +0000 |
commit | 6d2434b872b2fb2ceca6cbd54d171b9bc928e0ed (patch) | |
tree | 4a498a0200a3ac9a616e0a1b400343d8a8b880b0 | |
parent | d313f589440613265fd21fdb2ff36cef8fb8f1ad (diff) | |
download | pkgsrc-6d2434b872b2fb2ceca6cbd54d171b9bc928e0ed.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 |