diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:08:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:08:38 +0000 |
commit | f347d7ecef6f490f554dc95997ca495dcb35612f (patch) | |
tree | be5c5faed29ab02b1bfd7e85adad2c293254d6cb /graphics/epstool | |
parent | 0b0302c7dae0e262fefa6950abce3e2cddcb3180 (diff) | |
download | ports-f347d7ecef6f490f554dc95997ca495dcb35612f.tar.gz ports-f347d7ecef6f490f554dc95997ca495dcb35612f.zip |
Notes
Diffstat (limited to 'graphics/epstool')
-rw-r--r-- | graphics/epstool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 4009e7e72bae..82c459cb839d 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -8,8 +8,9 @@ PORTNAME= epstool PORTVERSION= 3.05 CATEGORIES= graphics -MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ \ - http://voodoo.oberon.net/download/ +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ +MASTER_SITE_SUBDIR= nonfree/support/ghostscript/ghostgum MAINTAINER= ports@FreeBSD.org COMMENT= Create or extract preview bitmaps in EPS files |