summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2006-01-27 13:47:16 +0000
committerPeter Pentchev <roam@FreeBSD.org>2006-01-27 13:47:16 +0000
commit09163ad68c60079fe394966103d7ad6f7cba4bcb (patch)
treee0e69ca9a66e9450cf3ceb1c158564a818637bd5
parentAdd p5-Apache2-SOAP 0.71, apache2 mod_perl2 SOAP Server. (diff)
Set the setgid bit on vchkpw, too - it simply will not work without it :)
PR: 85788 Submitted by: Renato Botelho <garga@freebsd.org>
Notes
Notes: svn path=/head/; revision=154604
-rw-r--r--mail/vpopmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index b22e149d8ddb..2281ee9e9d30 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vpopmail
PORTVERSION= 5.4.10
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -376,7 +376,7 @@ post-install:
${INSTALL_DATA} ${LDAP_FILES} ${PREFIX}/vpopmail/ldap
.endif
.if defined(WITH_SUID_VCHKPW)
- ${CHMOD} u+s ${PREFIX}/vpopmail/bin/vchkpw
+ ${CHMOD} ug+s ${PREFIX}/vpopmail/bin/vchkpw
.endif
.include <bsd.port.post.mk>