summaryrefslogtreecommitdiffstats
path: root/security/drweb
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-08-25 06:11:22 +0000
committerache <ache@FreeBSD.org>2002-08-25 06:11:22 +0000
commitd508f3ab78d7db0ceefa69c551a45772780e8097 (patch)
treef92758dab1bfeb98412967c469f44c7bb7c4f309 /security/drweb
parent91c03cadd35f8ff0b869ab20ed6d45724feabafa (diff)
downloadFreeBSD-ports-d508f3ab78d7db0ceefa69c551a45772780e8097.zip
FreeBSD-ports-d508f3ab78d7db0ceefa69c551a45772780e8097.tar.gz
Fix permissions of directories
Diffstat (limited to 'security/drweb')
-rw-r--r--security/drweb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index 4a4856c..2d580b9 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 \
OpenPOWER on IntegriCloud