diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-04 09:34:32 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-04 09:34:32 +0800 |
commit | a3c865c67d9d0786b7c86923ffbd65123508ee0d (patch) | |
tree | 86692338f387a9bb8b27b51f194b1628d6d97316 /sysutils/pear-Log | |
parent | 1ef05fd2ab90734bba97ad026582ee3edfc72547 (diff) | |
download | freebsd-ports-gnome-a3c865c67d9d0786b7c86923ffbd65123508ee0d.tar.gz freebsd-ports-gnome-a3c865c67d9d0786b7c86923ffbd65123508ee0d.tar.zst freebsd-ports-gnome-a3c865c67d9d0786b7c86923ffbd65123508ee0d.zip |
- reformat pkg-descr
- pet portlint
- take maintainership
PR: ports/103942
Submitted by: maintainer (Thierry Thomas)
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 |