aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-04-14 04:20:53 +0800
committerthierry <thierry@FreeBSD.org>2004-04-14 04:20:53 +0800
commit701210f212a767141f0e439005d8d2a674872b6a (patch)
tree87354caf470665978ff6d26f30d44e0557c85a9c /devel
parent018c46c353bd709740098e0ee5bd01886c4ea723 (diff)
downloadfreebsd-ports-gnome-701210f212a767141f0e439005d8d2a674872b6a.tar.gz
freebsd-ports-gnome-701210f212a767141f0e439005d8d2a674872b6a.tar.zst
freebsd-ports-gnome-701210f212a767141f0e439005d8d2a674872b6a.zip
Let Makefile.common do the work.
PR: ports/65495 Submitted by: Roman Neuhauser Approved by: mat (mentor)
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-HTML_Common/Makefile9
-rw-r--r--devel/pear-HTML_Common/pkg-descr6
-rw-r--r--devel/pear-HTML_Common/pkg-plist4
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%%