diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-08 19:24:24 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-08 19:24:24 +0000 |
commit | 8c45cb859b09690489ec4da81966be6c562b7385 (patch) | |
tree | 38a85ea7b6f65ef0f2b1b66d3a9b2dfda01952a2 | |
parent | Fix size mismatch. According to the submitter: (diff) |
Add more MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=134878
-rw-r--r-- | devel/cgilib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cgilib/Makefile b/devel/cgilib/Makefile index 172c173e1cb8..b42190ec5a5b 100644 --- a/devel/cgilib/Makefile +++ b/devel/cgilib/Makefile @@ -8,7 +8,8 @@ PORTNAME= cgilib PORTVERSION= 0.5 CATEGORIES= devel www -MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/ +MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/ \ + http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/ MAINTAINER= demon@FreeBSD.org COMMENT= A library of procedures for developing CGI programs in C |