diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-25 18:22:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-25 18:22:37 +0000 |
commit | 0e2e6311134b5c58c2d08033d7202fbcaf576700 (patch) | |
tree | d1e4833fb89231b0c1e6614a5265f87f39fe4c59 /www | |
parent | 5c4d1ce4703554385cd3028a0724bba90431e6f5 (diff) | |
download | freebsd-ports-0e2e6311134b5c58c2d08033d7202fbcaf576700.zip |
- Add missing file
PR: 114011
Submitted by: Matthieu Michaud <ohmer@epita.info>
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTML_AJAX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/pear-HTML_AJAX/Makefile b/www/pear-HTML_AJAX/Makefile index 92e95a4560c4..8ab7a8bc0c48 100644 --- a/www/pear-HTML_AJAX/Makefile +++ b/www/pear-HTML_AJAX/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML_AJAX PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= www devel pear MAINTAINER= numisemis@yahoo.com @@ -20,7 +21,7 @@ FILES= AJAX.php AJAX/Action.php AJAX/Debug.php AJAX/Helper.php \ AJAX/JSON.php AJAX/Response.php AJAX/Server.php \ AJAX/Serializer/JSON.php AJAX/Serializer/Null.php \ AJAX/Serializer/PHP.php AJAX/Serializer/Urlencoded.php \ - AJAX/Serializer/Error.php + AJAX/Serializer/Error.php AJAX/Serializer/XML.php EXAMPLES= guestbook/auto_server.php \ guestbook/guestbook.class.php \ guestbook/index.php \ |