diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-23 11:52:15 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-23 11:52:15 +0000 |
commit | 0dc9c8ca7db7ee9e4911220c655aec33ea2d178c (patch) | |
tree | 26636e24269a4b746b77fe1dd9c30649049e8b2d | |
parent | 241f1cec6cb93b0196658dfb9d0f7c2618d1d37a (diff) | |
download | ports-0dc9c8ca7db7ee9e4911220c655aec33ea2d178c.tar.gz ports-0dc9c8ca7db7ee9e4911220c655aec33ea2d178c.zip |
Notes
-rw-r--r-- | security/drweb/Makefile | 2 | ||||
-rw-r--r-- | security/drweb/pkg-install | 1 |
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 |