From 91f917a7e228c7afc5c5a54e04445c5ec52f7150 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Mon, 10 Jan 2005 23:19:03 +0000 Subject: [PATCH] - update for slave port, mail/opemwebmail-devel Noticed by: Jin-Shan Tseng --- mail/openwebmail/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 3bf7d8b6bccb..0767c142b3c9 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,19 +6,21 @@ # PORTNAME= openwebmail -PORTVERSION= 2.50 +PORTVERSION?= 2.50 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/%SUBDIR%/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/%SUBDIR%/ MASTER_SITE_SUBDIR?= release -MAINTAINER= leeym@FreeBSD.org +MAINTAINER?= leeym@FreeBSD.org COMMENT= A webmail system designed to manage big mail folder files efficiently RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof +CONFLICTS?= ${PORTNAME}-[0-9].[0-9][0-9].[0-9]* + USE_PERL5= yes NO_BUILD= yes NO_WRKSUBDIR= yes