diff options
-rw-r--r-- | print/ghostscript5/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript5/Makefile.common b/print/ghostscript5/Makefile.common index 3dd7bf3e181..b6933aef03c 100644 --- a/print/ghostscript5/Makefile.common +++ b/print/ghostscript5/Makefile.common @@ -1,15 +1,15 @@ -# $NetBSD: Makefile.common,v 1.1 2000/03/24 18:15:30 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2000/04/06 22:35:26 jlam Exp $ DISTNAME= ghostscript-5.50 CATEGORIES= print -MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs550/ \ +MASTER_SITES+= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs550/ \ ftp://ftp.cs.wisc.edu/ghost/aladdin/fonts/ \ http://www.erdw.ethz.ch/~bonk/ftp/gs-driver-distrib/ \ ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/ -DISTFILES= ${GS_SOURCES} ${HP850_DRV} ${HPDJ_DRV} +DISTFILES+= ${GS_SOURCES} ${HP850_DRV} ${HPDJ_DRV} -PATCH_SITES= http://www.cs.wisc.edu/~ghost/aladdin/relnotes/gs550/ -PATCHFILES= 990524.txt 990220c.txt 990220b.txt 990220a.txt 990220.txt \ +PATCH_SITES+= http://www.cs.wisc.edu/~ghost/aladdin/relnotes/gs550/ +PATCHFILES+= 990524.txt 990220c.txt 990220b.txt 990220a.txt 990220.txt \ 990120a.txt 990120.txt 990117.txt 990115a.txt 981222.txt \ 981221.txt 981220.txt |