Let Makefile.common do the work.

PR:		ports/65495
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor)
This commit is contained in:
Thierry Thomas 2004-04-13 20:20:53 +00:00
parent c0058b3a18
commit 960e9e17f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106950
3 changed files with 6 additions and 13 deletions

View File

@ -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>

View File

@ -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/

View File

@ -1,4 +0,0 @@
%%PEARDIR%%/HTML/Common.php
%%PKGREGDIR%%/package.xml
@dirrm %%PEARDIR%%/HTML
@dirrm %%PKGREGDIR%%