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 /devel/cgilib | |
parent | 5b2af2ee0e659d0c68d505eb82c710856223c17b (diff) | |
download | ports-8c45cb859b09690489ec4da81966be6c562b7385.tar.gz ports-8c45cb859b09690489ec4da81966be6c562b7385.zip |
Notes
Diffstat (limited to 'devel/cgilib')
-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 |