diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-15 05:55:26 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-15 05:55:26 +0800 |
commit | 15e3d08f3cc7009463cbc8da6c5b57b0e2232547 (patch) | |
tree | 3af1eb1acb8ab89560b9a5c68275848601f458cc | |
parent | 883ab2f3e8567da82a4925d3983c9b6d1ef3360e (diff) | |
download | freebsd-ports-gnome-15e3d08f3cc7009463cbc8da6c5b57b0e2232547.tar.gz freebsd-ports-gnome-15e3d08f3cc7009463cbc8da6c5b57b0e2232547.tar.zst freebsd-ports-gnome-15e3d08f3cc7009463cbc8da6c5b57b0e2232547.zip |
Utilize devel/pear-PEAR/Makefile.common.
PR: ports/65512
Submitted by: Roman Neuhauser
Approved by: mat (mentor).
-rw-r--r-- | www/pear-HTTP/Makefile | 7 | ||||
-rw-r--r-- | www/pear-HTTP/pkg-descr | 2 | ||||
-rw-r--r-- | www/pear-HTTP/pkg-plist | 3 |
3 files changed, 3 insertions, 9 deletions
diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile index 95111cfe8c36..f896b3465df8 100644 --- a/www/pear-HTTP/Makefile +++ b/www/pear-HTTP/Makefile @@ -15,11 +15,8 @@ COMMENT= PEAR miscellaneous HTTP utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} +FILES= HTTP.php + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" - -do-install: - @${CP} ${WRKSRC}/HTTP.php ${PEARDIR} - @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTTP.php - .include <bsd.port.post.mk> diff --git a/www/pear-HTTP/pkg-descr b/www/pear-HTTP/pkg-descr index a4c003def2fe..97a067f1b078 100644 --- a/www/pear-HTTP/pkg-descr +++ b/www/pear-HTTP/pkg-descr @@ -1,4 +1,4 @@ The HTTP class is a class with static methods for doing miscellaneous HTTP-related stuff like date formatting or language negotiation. -WWW: http://pear.php.net/package-info.php?package=HTTP +WWW: http://pear.php.net/package/HTTP/ diff --git a/www/pear-HTTP/pkg-plist b/www/pear-HTTP/pkg-plist deleted file mode 100644 index dfa8ff1bdd10..000000000000 --- a/www/pear-HTTP/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PEARDIR%%/HTTP.php -%%PKGREGDIR%%/package.xml -@dirrm %%PKGREGDIR%% |