diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-23 17:55:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-23 17:55:20 +0000 |
commit | fce9e21f7c0a84c103e6e647183e027810bbe905 (patch) | |
tree | 46599317151035be42c90bb624be4539cea9679e /print/pstotext | |
parent | 373b708064467acd6cc1076048899b07e2cd961d (diff) | |
download | ports-fce9e21f7c0a84c103e6e647183e027810bbe905.tar.gz ports-fce9e21f7c0a84c103e6e647183e027810bbe905.zip |
Notes
Diffstat (limited to 'print/pstotext')
-rw-r--r-- | print/pstotext/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index 1accc3b18c51..9a0837215826 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -5,8 +5,11 @@ PORTNAME= pstotext PORTVERSION= 1.9 PORTREVISION= 3 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= support/ghostscript/contrib +MASTER_SITES= http://ftp.gwdg.de/pub/%SUBDIR%/ \ + http://ftp.sunet.se/pub/text-processing/postscript/interpreters/%SUBDIR%/ \ + http://gd.tuwien.ac.at/pub/publishing/%SUBDIR%/ \ + http://fossies.org/unix/misc/ +MASTER_SITE_SUBDIR= ghostscript/contrib MAINTAINER= ports@FreeBSD.org COMMENT= PostScript to Text converter |