diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 16:33:31 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 16:33:31 +0800 |
commit | c33228bd0e58e8a31eccbe15b797f3cf92725856 (patch) | |
tree | dc706492dfd6a25492f9218629ce16c81cc14367 /devel | |
parent | 7d345cf23a01cd54259fa4753f0c4a087ea8ea90 (diff) | |
download | freebsd-ports-gnome-c33228bd0e58e8a31eccbe15b797f3cf92725856.tar.gz freebsd-ports-gnome-c33228bd0e58e8a31eccbe15b797f3cf92725856.tar.zst freebsd-ports-gnome-c33228bd0e58e8a31eccbe15b797f3cf92725856.zip |
[MAINTAINER] devel/mico: fix docs fetch
Documentation has gone from master site (I hope accidently),
so I've put it on my home page to fix fetching.
Doesn't fix the checksum problem.
PR: ports/56568
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mico/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 226c51f6dd62..b079a032c8fc 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -9,9 +9,10 @@ PORTNAME= mico PORTVERSION= 2.3.10 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://www.mico.org/ -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - doc-html.tar.gz +MASTER_SITES= http://www.mico.org/:src \ + http://www.ciam.ru/~sem/FreeBSD/:docs +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \ + doc-html.tar.gz:docs MAINTAINER= sem@ciam.ru COMMENT= Fully compliant implementation of CORBA2 with some CORBA3 features |