diff options
author | krion <krion@FreeBSD.org> | 2004-06-27 18:08:38 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-27 18:08:38 +0000 |
commit | 0148956781053ba2c9b48a9476972624036512ee (patch) | |
tree | 12de353a95d137288f5c0b1e6db9d674d433a5ea /graphics/epstool/Makefile | |
parent | b8f9a3897d9766fb8ce6fcbf02490a5b1727252b (diff) | |
download | FreeBSD-ports-0148956781053ba2c9b48a9476972624036512ee.zip FreeBSD-ports-0148956781053ba2c9b48a9476972624036512ee.tar.gz |
Add MASTER_SITE_TEX_CTAN to MASTER_SITES
PR: ports/68381
Submitted by: Ports Fury
Diffstat (limited to 'graphics/epstool/Makefile')
-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 4009e7e..82c459c 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 |