diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-07 00:09:00 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-07 00:09:00 +0000 |
commit | 9a51e3bc8ab9e16c1755b6433aba8b693266489c (patch) | |
tree | 84fa2eed251418d0974381ad423568229a1c2a82 /devel/log4c | |
parent | c0dc716426d03a92c264efd306b8d8e50440a719 (diff) | |
download | ports-9a51e3bc8ab9e16c1755b6433aba8b693266489c.tar.gz ports-9a51e3bc8ab9e16c1755b6433aba8b693266489c.zip |
Notes
Diffstat (limited to 'devel/log4c')
-rw-r--r-- | devel/log4c/Makefile | 3 | ||||
-rw-r--r-- | devel/log4c/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 2d3c67e7c643..b158a0e0cad5 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -9,8 +9,7 @@ PORTNAME= log4c PORTVERSION= 1.0.10 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.cimai.com/opensource/log4c/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/devel/log4c/pkg-descr b/devel/log4c/pkg-descr index fee12c09c362..93535d0155b2 100644 --- a/devel/log4c/pkg-descr +++ b/devel/log4c/pkg-descr @@ -1,6 +1,6 @@ Log4C is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library -(http://jakarta.apache.org/log4j/), staying as close to their API as is +(http://jakarta.apache.org/log4j/docs/index.html), staying as close to their API as is reasonable. WWW: http://log4c.sourceforge.net/ |