diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-28 21:11:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-28 21:11:17 +0000 |
commit | 3573038c041f3ebbb20b3819cefe1131896765b9 (patch) | |
tree | 8b4150ed4da57e09858a7b89d42928fc954306ad /graphics/epstool | |
parent | a4f4725022e34ba2d831c2f3f555141c7fad6c7f (diff) | |
download | ports-3573038c041f3ebbb20b3819cefe1131896765b9.tar.gz ports-3573038c041f3ebbb20b3819cefe1131896765b9.zip |
Notes
Diffstat (limited to 'graphics/epstool')
-rw-r--r-- | graphics/epstool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index fb8a6eaaa008..4009e7e72bae 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -8,7 +8,8 @@ PORTNAME= epstool PORTVERSION= 3.05 CATEGORIES= graphics -MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ +MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ \ + http://voodoo.oberon.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Create or extract preview bitmaps in EPS files |