From f0b5c69610d10fca47db9a55133e0dad4090d267 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 1 Jul 2007 22:38:04 +0000 Subject: - Fix install path from Mail.php Submitted by: Alexander Logvinov via im --- mail/pear-Mail_Mbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/pear-Mail_Mbox') 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 -- cgit