diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-21 19:01:21 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-21 19:01:21 +0000 |
commit | 38740bae09822071f40936bd6d8abf81ab3c80a5 (patch) | |
tree | cddcf240ca11c9f818e1bc1e490192eb0539456f | |
parent | 74fd934b31c2bc12aab4b38115346f4c5d7a6f52 (diff) |
Add a SourceForge mirror to MASTER_SITES.
PR: 191254
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Notes
Notes:
svn path=/head/; revision=358737
-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 |