diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-26 02:22:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-26 02:22:37 +0800 |
commit | fe67218fe2ec0d8d7539a12199a14986d90e959a (patch) | |
tree | 364924af115f995e275f4f429c87e6e67a296857 /www/pear-HTML_AJAX | |
parent | 642e2a03f08e848499ae7b3f85e3ecc80345c681 (diff) | |
download | freebsd-ports-gnome-fe67218fe2ec0d8d7539a12199a14986d90e959a.tar.gz freebsd-ports-gnome-fe67218fe2ec0d8d7539a12199a14986d90e959a.tar.zst freebsd-ports-gnome-fe67218fe2ec0d8d7539a12199a14986d90e959a.zip |
- Add missing file
PR: 114011
Submitted by: Matthieu Michaud <ohmer@epita.info>
Approved by: maintainer
Diffstat (limited to 'www/pear-HTML_AJAX')
-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 \ |