diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-02 06:38:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-02 06:38:04 +0800 |
commit | f0b5c69610d10fca47db9a55133e0dad4090d267 (patch) | |
tree | 31d59dd78c0cb841d6d8effe3295dfbeb28cdb1f /mail | |
parent | 19f82af79cae521afdaed62191a04433c79e9a05 (diff) | |
download | freebsd-ports-gnome-f0b5c69610d10fca47db9a55133e0dad4090d267.tar.gz freebsd-ports-gnome-f0b5c69610d10fca47db9a55133e0dad4090d267.tar.zst freebsd-ports-gnome-f0b5c69610d10fca47db9a55133e0dad4090d267.zip |
- Fix install path from Mail.php
Submitted by: Alexander Logvinov via im
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail_Mbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pear-Mail_Mbox/Makefile b/mail/pear-Mail_Mbox/Makefile index 352ade79e4f8..aedacd2a979e 100644 --- a/mail/pear-Mail_Mbox/Makefile +++ b/mail/pear-Mail_Mbox/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mail_Mbox PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= mail www pear MAINTAINER= miwi@FreeBSD.org @@ -15,7 +16,6 @@ COMMENT= PEAR Read and modify Unix MBOXes BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -CATEGORY= Mail FILES= Mail/Mbox.php EXAMPLES= demobox mimedecode.php read.php modify.php TESTS= AllTests.php Mail_MboxTest.php testbox |