aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2009-11-08 19:58:19 +0800
committerwen <wen@FreeBSD.org>2009-11-08 19:58:19 +0800
commit8dd1704cd03eafa4b372619faeeffeb98788f1f8 (patch)
tree44ae372a6aeb26da8f99ed3762cb5ce35872dc3a /mail
parentf4d8274978514ebae7002f3dbd458d32fab91cb6 (diff)
downloadfreebsd-ports-gnome-8dd1704cd03eafa4b372619faeeffeb98788f1f8.tar.gz
freebsd-ports-gnome-8dd1704cd03eafa4b372619faeeffeb98788f1f8.tar.zst
freebsd-ports-gnome-8dd1704cd03eafa4b372619faeeffeb98788f1f8.zip
- Fix some tiny mistake to make portlint happy
PR: ports/140385 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
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>