diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-08-25 06:11:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-08-25 06:11:22 +0000 |
commit | 0afeae3626ad6c7742ef9b3d711c2dfb7cfaa652 (patch) | |
tree | 93400f2af00568effacdf6babd5f8a3d2254421c | |
parent | Upgrade to 4.28.10 (diff) |
Fix permissions of directories
Notes
Notes:
svn path=/head/; revision=64975
-rw-r--r-- | security/drweb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 4a4856cc297c..2d580b9bbc40 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -7,6 +7,7 @@ PORTNAME= drweb PORTVERSION= 4.28.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTFILES= ${MAIN_NAME}.tgz @@ -31,7 +32,8 @@ do-install: --exclude "*.key" --exclude "update/update.pl*" ${TAR} -cf - -C ${WRKSRC}/var/drweb bases | \ ${TAR} -xf - -C ${DRWEB_PREFIX} - chmod 755 ${DRWEB_PREFIX}/bases + chmod 755 ${DRWEB_PREFIX}/bases ${DRWEB_PREFIX}/doc \ + ${DRWEB_PREFIX}/lib ${DRWEB_PREFIX}/updates ${INSTALL_DATA} ${WRKSRC}/opt/drweb/drweb.key \ ${DRWEB_PREFIX}/drweb.key-dist ${INSTALL_DATA} ${WRKSRC}/opt/drweb/drwebd.key \ |