summaryrefslogtreecommitdiff
path: root/mail/pear-Mail
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 /mail/pear-Mail
parentUpdate to 2.11 and assign maintainership to PR submitter. Many, many, (diff)
[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 'mail/pear-Mail')
-rw-r--r--mail/pear-Mail/Makefile11
-rw-r--r--mail/pear-Mail/pkg-plist8
2 files changed, 4 insertions, 15 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile
index 4454eacc4e72..eaeae4526a9c 100644
--- a/mail/pear-Mail/Makefile
+++ b/mail/pear-Mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Mail
PORTVERSION= 1.1.2
+PORTREVISION= 1
CATEGORIES= mail www pear
MAINTAINER= ports@FreeBSD.org
@@ -15,12 +16,8 @@ COMMENT= PEAR class that provides multiple interfaces for sending emails
BUILD_DEPENDS= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
RUN_DEPENDS= ${BUILD_DEPENDS}
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-do-install:
- @${CP} -Rp ${WRKSRC}/* ${PEARDIR}
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Mail*
- @${CHMOD} a-x ${PEARDIR}/Mail.php
+FILES= Mail.php Mail/mail.php Mail/sendmail.php Mail/smtp.php Mail/RFC822.php
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
diff --git a/mail/pear-Mail/pkg-plist b/mail/pear-Mail/pkg-plist
deleted file mode 100644
index fc5be30bd8e1..000000000000
--- a/mail/pear-Mail/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-%%PEARDIR%%/Mail/RFC822.php
-%%PEARDIR%%/Mail/mail.php
-%%PEARDIR%%/Mail/sendmail.php
-%%PEARDIR%%/Mail/smtp.php
-%%PEARDIR%%/Mail.php
-%%PKGREGDIR%%/package.xml
-@dirrm %%PKGREGDIR%%
-@unexec rmdir %D/share/pear/Mail 2> /dev/null || true