diff options
author | wen <wen@FreeBSD.org> | 2009-11-08 19:58:19 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-08 19:58:19 +0800 |
commit | 8dd1704cd03eafa4b372619faeeffeb98788f1f8 (patch) | |
tree | 44ae372a6aeb26da8f99ed3762cb5ce35872dc3a /mail | |
parent | f4d8274978514ebae7002f3dbd458d32fab91cb6 (diff) | |
download | freebsd-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/Makefile | 10 |
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> |