diff options
author | ache <ache@FreeBSD.org> | 2001-10-16 00:32:06 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-10-16 00:32:06 +0800 |
commit | 8c94981b2ec360654c2ae4d7e534422afbdcd5a4 (patch) | |
tree | 06661c10b1273b26d0970420cfbea9a0f733cfa5 /security/drweb/Makefile | |
parent | 190df7ce0476bd2b70246d66f518ca29efe5b4ae (diff) | |
download | freebsd-ports-gnome-8c94981b2ec360654c2ae4d7e534422afbdcd5a4.tar.gz freebsd-ports-gnome-8c94981b2ec360654c2ae4d7e534422afbdcd5a4.tar.zst freebsd-ports-gnome-8c94981b2ec360654c2ae4d7e534422afbdcd5a4.zip |
Fix permissions, sendmail dislike group-writeable dirs
Diffstat (limited to 'security/drweb/Makefile')
-rw-r--r-- | security/drweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index bd70e2427ec1..104fd55e2109 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -20,7 +20,7 @@ NO_BUILD= YES # Needed for update.pl RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 -SCRIPTS_ENV+= BINOWN=${BINOWN} +SCRIPTS_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} DRWEB_PREFIX= ${PREFIX}/${PORTNAME} |