diff options
author | tron <tron@pkgsrc.org> | 2000-11-11 14:48:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-11 14:48:34 +0000 |
commit | 0b8c00eac4f8da77c3191853100da94499dc2792 (patch) | |
tree | cb817291d8f23149b5ca438607ca5b9f8593621a | |
parent | 25a7dd84517231357021411a0e58247343cf2d2e (diff) | |
download | pkgsrc-0b8c00eac4f8da77c3191853100da94499dc2792.tar.gz |
Use "MASTER_SITE_SOURCEFORGE".
-rw-r--r-- | archivers/fastjar/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-fonts/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 95734543526..9bcf72a8daa 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/01 16:41:05 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/11 14:50:57 tron Exp $ # DISTNAME= fastjar-0.90 CATEGORIES= archivers -MASTER_SITES= http://download.sourceforge.net/fastjar/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fastjar/} EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org 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} |