diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-08 11:58:19 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-08 11:58:19 +0000 |
commit | a4bd6ec7ff078d659a827b593bafc501460ff159 (patch) | |
tree | c3da6598d2bfd22247883c5bc059b65acc50ff71 /mail/extman | |
parent | 194eedc0f8a5cb6d4cba23767ffbe5c4179cd595 (diff) | |
download | ports-a4bd6ec7ff078d659a827b593bafc501460ff159.tar.gz ports-a4bd6ec7ff078d659a827b593bafc501460ff159.zip |
Notes
Diffstat (limited to 'mail/extman')
-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> |