diff options
author | krion <krion@FreeBSD.org> | 2004-06-28 02:08:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-28 02:08:38 +0800 |
commit | 0148956781053ba2c9b48a9476972624036512ee (patch) | |
tree | 12de353a95d137288f5c0b1e6db9d674d433a5ea /graphics/epstool | |
parent | b8f9a3897d9766fb8ce6fcbf02490a5b1727252b (diff) | |
download | freebsd-ports-gnome-0148956781053ba2c9b48a9476972624036512ee.tar.gz freebsd-ports-gnome-0148956781053ba2c9b48a9476972624036512ee.tar.zst freebsd-ports-gnome-0148956781053ba2c9b48a9476972624036512ee.zip |
Add MASTER_SITE_TEX_CTAN to MASTER_SITES
PR: ports/68381
Submitted by: Ports Fury
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 |