diff options
author | demon <demon@FreeBSD.org> | 2006-11-01 01:46:14 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-11-01 01:46:14 +0800 |
commit | 72bbe56a095107dde62c4a280fcb3b10c89eff81 (patch) | |
tree | 87c276696fe7d67d9631ed2b40aba73b272c759d /textproc/man2html | |
parent | 3e0cd268ce091f899f192782347ddcf6d676b898 (diff) | |
download | freebsd-ports-gnome-72bbe56a095107dde62c4a280fcb3b10c89eff81.tar.gz freebsd-ports-gnome-72bbe56a095107dde62c4a280fcb3b10c89eff81.tar.zst freebsd-ports-gnome-72bbe56a095107dde62c4a280fcb3b10c89eff81.zip |
Correct MASTER_SITES.
PR: 104536
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'textproc/man2html')
-rw-r--r-- | textproc/man2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index 7141997a4afd..bee7de0a15e7 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -9,8 +9,8 @@ PORTNAME= man2html PORTVERSION= 3.0.1 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \ - ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ +MASTER_SITES= http://hydra.nac.uci.edu/indiv/ehood/tar/ \ + ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/Earl_Hood/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= demon@FreeBSD.org @@ -20,7 +20,7 @@ USE_PERL5= yes NO_BUILD= yes CGIDIR= ${PREFIX}/www/cgi-bin -MAN1= man2html.1 +MAN1= man2html.1 PLIST_FILES= bin/man2html post-patch: |