diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-13 20:20:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-13 20:20:53 +0000 |
commit | 960e9e17f1d570a4acdfa2dfd821af821e861cd3 (patch) | |
tree | 55826af64e0a80bf1d0b8c0eb8ce040b60597683 /devel/pear-HTML_Common | |
parent | c0058b3a18ed2b248b68d2efe33e9ebe08e0e884 (diff) |
Notes
Diffstat (limited to 'devel/pear-HTML_Common')
-rw-r--r-- | devel/pear-HTML_Common/Makefile | 9 | ||||
-rw-r--r-- | devel/pear-HTML_Common/pkg-descr | 6 | ||||
-rw-r--r-- | devel/pear-HTML_Common/pkg-plist | 4 |
3 files changed, 6 insertions, 13 deletions
diff --git a/devel/pear-HTML_Common/Makefile b/devel/pear-HTML_Common/Makefile index 676f005c1c04..5983916ee426 100644 --- a/devel/pear-HTML_Common/Makefile +++ b/devel/pear-HTML_Common/Makefile @@ -15,12 +15,9 @@ COMMENT= PEAR::HTML_Common is a base class for other HTML classes BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} +CATEGORY= HTML +FILES= Common.php + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" - -do-install: - @${MKDIR} ${PEARDIR}/HTML - @${CP} -Rp ${WRKSRC}/Common.php ${PEARDIR}/HTML - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTML - .include <bsd.port.post.mk> diff --git a/devel/pear-HTML_Common/pkg-descr b/devel/pear-HTML_Common/pkg-descr index af279c653a11..5027fe76fc03 100644 --- a/devel/pear-HTML_Common/pkg-descr +++ b/devel/pear-HTML_Common/pkg-descr @@ -1,8 +1,8 @@ -The PEAR::HTML_Common package provides methods for html code display and +The PEAR::HTML_Common package provides methods for HTML code display and attributes handling. -* Methods to set, remove, update html attributes. +* Methods to set, remove, update HTML attributes. * Handles comments in HTML code. * Handles layout and tabs for nicer HTML code. -WWW: http://pear.php.net/package-info.php?package=HTML_Common +WWW: http://pear.php.net/package/HTML_Common/ diff --git a/devel/pear-HTML_Common/pkg-plist b/devel/pear-HTML_Common/pkg-plist deleted file mode 100644 index 0edd84806154..000000000000 --- a/devel/pear-HTML_Common/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PEARDIR%%/HTML/Common.php -%%PKGREGDIR%%/package.xml -@dirrm %%PEARDIR%%/HTML -@dirrm %%PKGREGDIR%% |