diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 15:55:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 15:55:47 +0800 |
commit | d1c66c82a563be8eb2f4c7b6e96c75d3adb7eb1c (patch) | |
tree | 84003698ad2fd8363cbe0ecd528aef690cbacd97 /net/pear-Net_Sieve | |
parent | e77dff7e6230eea7acc0d504c3c918517180e95a (diff) | |
download | freebsd-ports-gnome-d1c66c82a563be8eb2f4c7b6e96c75d3adb7eb1c.tar.gz freebsd-ports-gnome-d1c66c82a563be8eb2f4c7b6e96c75d3adb7eb1c.tar.zst freebsd-ports-gnome-d1c66c82a563be8eb2f4c7b6e96c75d3adb7eb1c.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>
Diffstat (limited to 'net/pear-Net_Sieve')
-rw-r--r-- | net/pear-Net_Sieve/Makefile | 13 | ||||
-rw-r--r-- | net/pear-Net_Sieve/pkg-plist | 3 |
2 files changed, 5 insertions, 11 deletions
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile index ce0ba59ccbbd..cb390d9cf3bb 100644 --- a/net/pear-Net_Sieve/Makefile +++ b/net/pear-Net_Sieve/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net_Sieve PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net www pear MAINTAINER= ports@FreeBSD.org @@ -16,12 +16,9 @@ COMMENT= PEAR class to handle talking to timsieved BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${BUILD_DEPENDS} -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" - -do-install: - @${CP} -Rp ${WRKSRC}/* ${PEARDIR}/Net - @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Net/Sieve.php - @${CHMOD} a-x ${PEARDIR}/Net/Sieve.php +CATEGORY= Net +FILES= Sieve.php +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/net/pear-Net_Sieve/pkg-plist b/net/pear-Net_Sieve/pkg-plist deleted file mode 100644 index 769b8a5fea1c..000000000000 --- a/net/pear-Net_Sieve/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PEARDIR%%/Net/Sieve.php -%%PKGREGDIR%%/package.xml -@dirrm %%PKGREGDIR%% |