diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-24 01:55:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-24 01:55:20 +0800 |
commit | e6a45db5256f4ae90d4ff2a0591f96a064e95037 (patch) | |
tree | 46599317151035be42c90bb624be4539cea9679e /print | |
parent | 3ab4d2d298d458bd1c77e3ba9c2b565f8cbf61ab (diff) | |
download | freebsd-ports-gnome-e6a45db5256f4ae90d4ff2a0591f96a064e95037.tar.gz freebsd-ports-gnome-e6a45db5256f4ae90d4ff2a0591f96a064e95037.tar.zst freebsd-ports-gnome-e6a45db5256f4ae90d4ff2a0591f96a064e95037.zip |
- Update MASTER_SITES
PR: 177266
Submitted by: ports fury
Diffstat (limited to 'print')
-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 |