diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2006-04-26 21:47:19 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2006-04-26 21:47:19 +0000 |
commit | e9fb9cb0cc9d3ab4fb4e0acfb73a32efce9b115c (patch) | |
tree | 889d6108c660e7b4e0a4f0187ea7e02b3c873385 /print/gsfonts/Makefile | |
parent | aa50053db42da576106b126f722c393d9d0489b1 (diff) | |
download | ports-e9fb9cb0cc9d3ab4fb4e0acfb73a32efce9b115c.tar.gz ports-e9fb9cb0cc9d3ab4fb4e0acfb73a32efce9b115c.zip |
Notes
Diffstat (limited to 'print/gsfonts/Makefile')
-rw-r--r-- | print/gsfonts/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile index 734ff6504908..9c175d52c560 100644 --- a/print/gsfonts/Makefile +++ b/print/gsfonts/Makefile @@ -9,8 +9,10 @@ PORTNAME= gsfonts PORTVERSION= 8.11 PORTREVISION= 2 CATEGORIES= print x11-fonts -MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ -DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER} +MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ \ + ${MASTER_SITE_TEX_CTAN:S/$/:CTAN/} +MASTER_SITE_SUBDIR= support/ghostscript/fonts/:CTAN +DISTFILES= ${GS_FONTS_STD:S/$/:DEFAULT,CTAN/} ${GS_FONTS_OTHER:S/$/:DEFAULT,CTAN/} DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org |