diff options
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 |