summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-23 11:52:15 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-23 11:52:15 +0000
commit0dc9c8ca7db7ee9e4911220c655aec33ea2d178c (patch)
tree26636e24269a4b746b77fe1dd9c30649049e8b2d /security
parent- Add FUSE option to compile ntfsmount with FUSE support [1]. (diff)
- Fix permissions of directory for default configuration files.
PR: ports/89454 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=149165
Diffstat (limited to 'security')
-rw-r--r--security/drweb/Makefile2
-rw-r--r--security/drweb/pkg-install1
2 files changed, 2 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index a1b33b658b97..1de5e964fe25 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= drweb
PORTVERSION= 4.33
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.drweb.ru/pub/drweb/unix/FreeBSD/411/:f411 \
ftp://ftp.drweb.ru/pub/drweb/unix/FreeBSD/54/:f54 \
diff --git a/security/drweb/pkg-install b/security/drweb/pkg-install
index cfb303a3d172..b45df46a6891 100644
--- a/security/drweb/pkg-install
+++ b/security/drweb/pkg-install
@@ -52,4 +52,5 @@ echo ""
chown -R ${USER}:${GROUP} ${DRWEB_PREFIX}
chown -R ${USER}:${GROUP} ${DRWEB_VARPREFIX}
chmod 0750 ${DRWEB_VARPREFIX}
+chown -R ${USER}:${GROUP} ${PREFIX}/etc/drweb
exit 0