diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-14 06:58:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-14 06:58:48 +0000 |
commit | b8d1e31234adb55dcc03fe7b068e938773c83674 (patch) | |
tree | 90278eeab7e728442ef2021e97b939dac26372c0 /textproc/htmldoc | |
parent | Disable dependency on firebird for tier-2 archs. There is work underway (diff) |
Unbreak by providing a working MASTER_SITES
Notes
Notes:
svn path=/head/; revision=440866
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 3e92c1d6ef7e..7c18aef7af9c 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -5,8 +5,7 @@ PORTNAME= htmldoc PORTVERSION= 1.8.28 PORTREVISION= 3 CATEGORIES= textproc -MASTER_SITES= http://www.msweet.org/files/project1/ \ - EASYSW/${PORTNAME}/${PORTVERSION} +MASTER_SITES= https://github.com/michaelrsweet/htmldoc/releases/download/release-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= jose@diasfernandes.pt @@ -20,7 +19,6 @@ OPTIONS_DEFINE= HTMLDOCGUI HTMLDOCGUI_DESC= Build GUI front-end USES= jpeg tar:bzip2 ssl -BROKEN= checksum mismatch GNU_CONFIGURE= yes # Configure seems broken and ignores these ATM: |