diff options
author | mandree <mandree@FreeBSD.org> | 2014-01-23 07:37:53 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-01-23 07:37:53 +0800 |
commit | a065548e6afe89a9b57fd5cdd19e06e0035cf39c (patch) | |
tree | c61e449e92501076ca130037b82d965996c87a40 /textproc/htmldoc | |
parent | a220e012d84227bb5f2a6c313e7242d8d4c4b48d (diff) | |
download | freebsd-ports-gnome-a065548e6afe89a9b57fd5cdd19e06e0035cf39c.tar.gz freebsd-ports-gnome-a065548e6afe89a9b57fd5cdd19e06e0035cf39c.tar.zst freebsd-ports-gnome-a065548e6afe89a9b57fd5cdd19e06e0035cf39c.zip |
Update master sites for some ports formerly hosted on easysw.com, now extinct.
Remove easysw.com domain from MASTER_SITE_EASYSW, and drop tu-bs.de from mirror
list (is no longer mirroring easysw.com).
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 27539af29c97..51c7b3682336 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -5,7 +5,8 @@ PORTNAME= htmldoc PORTVERSION= 1.8.27 PORTREVISION= 7 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_EASYSW} +MASTER_SITES= http://www.msweet.org/files/project1/ \ + ${MASTER_SITE_EASYSW} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source |