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 | 20d87ff9f77ef238c7e3d20478b27d0a0f098c72 (patch) | |
tree | 4a498a0200a3ac9a616e0a1b400343d8a8b880b0 /fonts | |
parent | 224757fcb311e962979baaab32d434e342626830 (diff) | |
download | pkgsrc-20d87ff9f77ef238c7e3d20478b27d0a0f098c72.tar.gz |
Correct an entry in MASTER_SITES.
Diffstat (limited to 'fonts')
-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 |