diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 07:55:47 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 07:55:47 +0000 |
commit | d1c66c82a563be8eb2f4c7b6e96c75d3adb7eb1c (patch) | |
tree | 84003698ad2fd8363cbe0ecd528aef690cbacd97 /sysutils/pear-File_Find | |
parent | e77dff7e6230eea7acc0d504c3c918517180e95a (diff) | |
download | FreeBSD-ports-d1c66c82a563be8eb2f4c7b6e96c75d3adb7eb1c.zip FreeBSD-ports-d1c66c82a563be8eb2f4c7b6e96c75d3adb7eb1c.tar.gz |
[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>
Diffstat (limited to 'sysutils/pear-File_Find')
-rw-r--r-- | sysutils/pear-File_Find/Makefile | 10 | ||||
-rw-r--r-- | sysutils/pear-File_Find/pkg-plist | 3 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index eff7752..b4204f9 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -7,6 +7,7 @@ PORTNAME= File_Find PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= sysutils www pear MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- @@ -19,10 +20,9 @@ COMMENT= A PEAR Class to facilitate the search of filesystems BUILD_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File RUN_DEPENDS= ${BUILD_DEPENDS} -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" - -do-install: - @${INSTALL_DATA} ${WRKSRC}/Find.php ${PEARDIR}/File/Find.php +CATEGORY= File +FILES= Find.php +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/sysutils/pear-File_Find/pkg-plist b/sysutils/pear-File_Find/pkg-plist deleted file mode 100644 index e785fa8..0000000 --- a/sysutils/pear-File_Find/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PEARDIR%%/File/Find.php -%%PKGREGDIR%%/package.xml -@dirrm %%PKGREGDIR%% |