diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 07:55:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 07:55:47 +0000 |
commit | 93b7ed7f504a49dd67ffe3ac687750a2cf3de9af (patch) | |
tree | 8da4bd11526f4a4c8953d4db2c3e091588172722 /mail/pear-Mail_Mime | |
parent | 8f2582a5696b97b61eaf3829d827c8b0ba5bc289 (diff) | |
download | ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.tar.gz ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.zip |
Notes
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 15 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/pkg-plist | 7 |
2 files changed, 5 insertions, 17 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 4fb86e06c565..250db5d0355c 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail_Mime PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail www pear MAINTAINER= ports@FreeBSD.org @@ -16,14 +16,9 @@ COMMENT= PEAR classes to create and decode MIME messages BUILD_DEPENDS= ${PEARDIR}/Mail/mail.php:${PORTSDIR}/mail/pear-Mail RUN_DEPENDS= ${BUILD_DEPENDS} -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" - -do-install: - @${CP} -Rp ${WRKSRC}/* ${PEARDIR}/Mail - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Mail/* -.for BUGMODE in mimeDecode.php mimePart.php xmail.dtd xmail.xsl - @${CHMOD} a-x ${PEARDIR}/Mail/${BUGMODE} -.endfor +CATEGORY= Mail +FILES= mime.php mimeDecode.php mimePart.php xmail.dtd xmail.xsl +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/mail/pear-Mail_Mime/pkg-plist b/mail/pear-Mail_Mime/pkg-plist deleted file mode 100644 index 0b083cb8f847..000000000000 --- a/mail/pear-Mail_Mime/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%PEARDIR%%/Mail/mime.php -%%PEARDIR%%/Mail/mimeDecode.php -%%PEARDIR%%/Mail/mimePart.php -%%PEARDIR%%/Mail/xmail.dtd -%%PEARDIR%%/Mail/xmail.xsl -%%PKGREGDIR%%/package.xml -@dirrm %%PKGREGDIR%% |