diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-05-18 20:34:19 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-05-18 20:34:19 +0000 |
commit | 73257307b21675d3a5bdb7462f3e6162fc4e64de (patch) | |
tree | fb802ab5124e22f9348285174626367188a2110e /www | |
parent | 95e4095b77122b70af5349e1c2ee491baa3c18f9 (diff) | |
download | pkgsrc-73257307b21675d3a5bdb7462f3e6162fc4e64de.tar.gz |
- Change permission on installed file which causes turba to fail if it
is set to 0000.
Diffstat (limited to 'www')
-rw-r--r-- | www/horde3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile index 96013ebab30..0a0da96523c 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/18 20:25:02 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/18 20:34:19 adrianp Exp $ DISTNAME= horde-3.0.4 CATEGORIES= www @@ -57,7 +57,7 @@ SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/registry.php.dist \ ${APACHE_USER} ${ROOT_GROUP} 0440 SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/hooks.php.dist \ ${HORDEDIR}/config/hooks.php \ - ${APACHE_USER} ${ROOT_GROUP} 0000 + ${APACHE_USER} ${ROOT_GROUP} 0440 SUBST_CLASSES= files SUBST_STAGE.files= post-build |