diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-01-22 23:37:53 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-01-22 23:37:53 +0000 |
commit | 7ab8506c5dd26b6b34c509ffa3fa55a42560d78b (patch) | |
tree | c61e449e92501076ca130037b82d965996c87a40 /textproc/htmldoc | |
parent | 4eea6f45bb468e072e6880851fbd7d51f7f74654 (diff) | |
download | ports-7ab8506c5dd26b6b34c509ffa3fa55a42560d78b.tar.gz ports-7ab8506c5dd26b6b34c509ffa3fa55a42560d78b.zip |
Notes
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 |