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