diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-12 20:15:17 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-12 20:15:17 +0000 |
commit | a77a0263cb8e0ab8280916508e17e1df6196cd01 (patch) | |
tree | 34a46f91ceccf52cf262a6d359a06729ac2fd1da /sysutils/pear-Log | |
parent | 93171a0f661cf0bf529516d836b57321d2d1a999 (diff) | |
download | ports-a77a0263cb8e0ab8280916508e17e1df6196cd01.tar.gz ports-a77a0263cb8e0ab8280916508e17e1df6196cd01.zip |
Notes
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 112ff17044c0..9133f849b58b 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -7,6 +7,7 @@ PORTNAME= Log PORTVERSION= 1.9.11 +PORTREVISION= 1 CATEGORIES= sysutils www pear MAINTAINER= thomas@goodking.ca @@ -21,7 +22,7 @@ FILES= Log/composite.php Log/console.php Log/daemon.php \ Log/display.php Log/error_log.php Log/file.php \ Log/firebug.php Log/mail.php Log/mcal.php Log/mdb2.php \ Log/null.php Log/observer.php Log/sql.php Log/sqlite.php \ - Log/syslog.php Log/win.php + Log/syslog.php Log/win.php Log.php DOCS= guide.txt EXAMPLES= composite.php firebug.php php_error_handler.php \ console.php mail.php sql.php display.php null.php \ |