diff options
author | demon <demon@FreeBSD.org> | 2001-08-18 10:12:12 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-08-18 10:12:12 +0800 |
commit | 053e5e1341a8da13401bc79370826877cf385292 (patch) | |
tree | b2ab20e5de2eb59e6a032f0e37459c8d3abb1c51 /textproc | |
parent | 031e352c23073e711820612bfdd3452339175820 (diff) | |
download | freebsd-ports-gnome-053e5e1341a8da13401bc79370826877cf385292.tar.gz freebsd-ports-gnome-053e5e1341a8da13401bc79370826877cf385292.tar.zst freebsd-ports-gnome-053e5e1341a8da13401bc79370826877cf385292.zip |
Add one more MASTER_SITE.
PR: 29700
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/man2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index abcd02548cc3..f6d8590ae6e0 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -8,7 +8,8 @@ PORTNAME= man2html PORTVERSION= 3.0.1 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ +MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \ + ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= demon@FreeBSD.org |