diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-14 21:55:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-14 21:55:26 +0000 |
commit | db2eb50c79d324d73906755147d3d53c136a0f85 (patch) | |
tree | c44406b250d67bf75f50afa477bfcc997140e234 /www | |
parent | Utilize devel/pear-PEAR/Makefile.common (diff) |
Utilize devel/pear-PEAR/Makefile.common.
PR: ports/65512
Submitted by: Roman Neuhauser
Approved by: mat (mentor).
Diffstat (limited to 'www')
-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%% |