summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2006-01-27 13:47:16 +0000
committerroam <roam@FreeBSD.org>2006-01-27 13:47:16 +0000
commitdc0c56b0984e9dbd8e11319d4604a60b0e392576 (patch)
tree3ddc177e98525e8ec9f4c5c5bda9bd608a495e2b /mail
parent288e67b4f1addef19c1918e090dc199ae20dacb9 (diff)
downloadFreeBSD-ports-dc0c56b0984e9dbd8e11319d4604a60b0e392576.zip
FreeBSD-ports-dc0c56b0984e9dbd8e11319d4604a60b0e392576.tar.gz
Set the setgid bit on vchkpw, too - it simply will not work without it :)
PR: 85788 Submitted by: Renato Botelho <garga@freebsd.org>
Diffstat (limited to 'mail')
-rw-r--r--mail/vpopmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index b22e149..2281ee9 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>
OpenPOWER on IntegriCloud