diff options
author | tron <tron> | 2000-11-11 14:48:34 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-11 14:48:34 +0000 |
commit | ffc641cfb13b1c118bd0cee755ab684550961432 (patch) | |
tree | cb817291d8f23149b5ca438607ca5b9f8593621a /print | |
parent | 401130a6b831a3cd77553f736bc5006825db562c (diff) | |
download | pkgsrc-ffc641cfb13b1c118bd0cee755ab684550961432.tar.gz |
Use "MASTER_SITE_SOURCEFORGE".
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-fonts/Makefile b/print/ghostscript-fonts/Makefile index 7e322529b97..c010963b0d4 100644 --- a/print/ghostscript-fonts/Makefile +++ b/print/ghostscript-fonts/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2000/08/21 15:08:53 fredb Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 14:48:34 tron Exp $ DISTNAME= ghostscript-fonts-6.0 CATEGORIES= print -MASTER_SITES+= http://download.sourceforge.net/gs-fonts/ \ +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=gsfonts/} \ ftp://ftp.cs.wisc.edu/ghost/aladdin/fonts/ DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER} |