diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-06-22 03:01:21 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-06-22 03:01:21 +0800 |
commit | 5c00aa21ce1ef975bc1366c79fe4a6994e43197a (patch) | |
tree | cddcf240ca11c9f818e1bc1e490192eb0539456f | |
parent | b4d045259f645700271efe9fee79b55d6dd87891 (diff) | |
download | freebsd-ports-gnome-5c00aa21ce1ef975bc1366c79fe4a6994e43197a.tar.gz freebsd-ports-gnome-5c00aa21ce1ef975bc1366c79fe4a6994e43197a.tar.zst freebsd-ports-gnome-5c00aa21ce1ef975bc1366c79fe4a6994e43197a.zip |
Add a SourceForge mirror to MASTER_SITES.
PR: 191254
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
-rw-r--r-- | textproc/pdftohtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 17679b2343a7..de2fc8c517b1 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -4,7 +4,8 @@ PORTNAME= pdftohtml PORTVERSION= 0.40a CATEGORIES= textproc -MASTER_SITES= http://fossies.org/linux/www/ +MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/Experimental%20Versions/${PORTNAME}%200.40/ \ + http://fossies.org/linux/www/ MAINTAINER= ports@FreeBSD.org COMMENT= Command-line tool for converting pdf-files into html |