diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-04 01:34:32 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-04 01:34:32 +0000 |
commit | acfe8cdc398db8b98d7327cd1a9983f10a849fb7 (patch) | |
tree | f654ae21d071a76123552f9a5d3f36bc594f26ed /sysutils/pear-Log | |
parent | 87ad5f4784d17966ab65a5b32663652052fbe545 (diff) | |
download | ports-acfe8cdc398db8b98d7327cd1a9983f10a849fb7.tar.gz ports-acfe8cdc398db8b98d7327cd1a9983f10a849fb7.zip |
Notes
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-Log/pkg-descr | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 874a98ff4400..87308f99960b 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -9,7 +9,7 @@ PORTNAME= Log PORTVERSION= 1.9.8 CATEGORIES= sysutils www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR logging utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear @@ -37,8 +37,6 @@ LATEST_LINK= pear-Log OPTIONS= PEAR_DB "PEAR::DB support" off \ PEAR_MDB2 "PEAR::MDB2 support" off -LOCALBASE?= /usr/local - .if exists(${LOCALBASE}/etc/php.conf) .include "${LOCALBASE}/etc/php.conf" .endif diff --git a/sysutils/pear-Log/pkg-descr b/sysutils/pear-Log/pkg-descr index 20ed1aadf817..5d98ca5cf859 100644 --- a/sysutils/pear-Log/pkg-descr +++ b/sysutils/pear-Log/pkg-descr @@ -1,6 +1,6 @@ PEAR Log framework provides an abstracted logging system. -It supports logging to console, file, syslog, SQL, Sqlite, mail and mcal -targets. It also provides a subject - observer mechanism. +It supports logging to console, file, syslog, SQL, Sqlite, mail and +mcal targets. It also provides a subject - observer mechanism. WWW: http://pear.php.net/package/Log |