From 15e3d08f3cc7009463cbc8da6c5b57b0e2232547 Mon Sep 17 00:00:00 2001 From: thierry Date: Wed, 14 Apr 2004 21:55:26 +0000 Subject: Utilize devel/pear-PEAR/Makefile.common. PR: ports/65512 Submitted by: Roman Neuhauser Approved by: mat (mentor). --- www/pear-HTTP/Makefile | 7 ++----- www/pear-HTTP/pkg-descr | 2 +- www/pear-HTTP/pkg-plist | 3 --- 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 www/pear-HTTP/pkg-plist 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 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" - -do-install: - @${CP} ${WRKSRC}/HTTP.php ${PEARDIR} - @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTTP.php - .include 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%% -- cgit