aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_Table
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
commit93b7ed7f504a49dd67ffe3ac687750a2cf3de9af (patch)
tree8da4bd11526f4a4c8953d4db2c3e091588172722 /devel/pear-Console_Table
parent8f2582a5696b97b61eaf3829d827c8b0ba5bc289 (diff)
downloadports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.tar.gz
ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.zip
[PATCH] simplify pear-* ports
These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes
Notes: svn path=/head/; revision=96732
Diffstat (limited to 'devel/pear-Console_Table')
-rw-r--r--devel/pear-Console_Table/Makefile15
-rw-r--r--devel/pear-Console_Table/pkg-plist3
2 files changed, 5 insertions, 13 deletions
diff --git a/devel/pear-Console_Table/Makefile b/devel/pear-Console_Table/Makefile
index 6a31ecc6272c..ef66c0e4bfdd 100644
--- a/devel/pear-Console_Table/Makefile
+++ b/devel/pear-Console_Table/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Console_Table
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= devel pear
MAINTAINER= ports@FreeBSD.org
@@ -15,15 +16,9 @@ COMMENT= PHP class that makes it easy to build console style tables
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-MANIFEST= Table.php
-
-do-install:
- @${CP} -Rp ${WRKSRC}/* ${PEARDIR}/Console
-.for FILE in ${MANIFEST}
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Console/${FILE}
-.endfor
+CATEGORY= Console
+FILES= Table.php
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
diff --git a/devel/pear-Console_Table/pkg-plist b/devel/pear-Console_Table/pkg-plist
deleted file mode 100644
index 55d26e80c688..000000000000
--- a/devel/pear-Console_Table/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%PEARDIR%%/Console/Table.php
-%%PKGREGDIR%%/package.xml
-@dirrm %%PKGREGDIR%%