summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-08 11:58:19 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-08 11:58:19 +0000
commita4bd6ec7ff078d659a827b593bafc501460ff159 (patch)
treec3da6598d2bfd22247883c5bc059b65acc50ff71 /mail
parent- Update to 2.8.1.25 (diff)
- Fix some tiny mistake to make portlint happy
PR: ports/140385 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=243970
Diffstat (limited to 'mail')
-rw-r--r--mail/extman/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/extman/Makefile b/mail/extman/Makefile
index 878cc4043b9a..be9b43ff8b64 100644
--- a/mail/extman/Makefile
+++ b/mail/extman/Makefile
@@ -7,19 +7,20 @@
PORTNAME= extman
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.chifeng.name/dist/extman/%SUBDIR%/ \
http://mirror3.extmail.net/dist/%SUBDIR%/
-MAINTAINER?= chifeng@gmail.com
+MAINTAINER= chifeng@gmail.com
COMMENT= Web interface to manage Virtual Accounts
-USE_PERL5= yes
-NO_BUILD= yes
-
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+USE_PERL5= yes
+NO_BUILD= yes
+
OPTIONS= MySQL "Use MySQL support" On \
LDAP "Use LDAP support" Off
@@ -34,5 +35,6 @@ RUN_DEPENDS+= ${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
.include <bsd.port.post.mk>