summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-03-25 13:12:08 +0000
committeradrianp <adrianp>2005-03-25 13:12:08 +0000
commitb6e06c0b4d44aedd697b22a1fa3cc4f6782d92e3 (patch)
treee0999a132468b888a2c518783b1281e075538978 /www
parent36a78be4338a2d0dccb804f183092a6723623b70 (diff)
downloadpkgsrc-b6e06c0b4d44aedd697b22a1fa3cc4f6782d92e3.tar.gz
- Bump to nb1
- Fix missing entry in PLIST - Fix permissions on installed directory
Diffstat (limited to 'www')
-rw-r--r--www/horde3/Makefile6
-rw-r--r--www/horde3/PLIST3
2 files changed, 6 insertions, 3 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile
index b17f024a828..0029517998a 100644
--- a/www/horde3/Makefile
+++ b/www/horde3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2005/03/04 22:35:22 adrianp Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/25 13:12:08 adrianp Exp $
DISTNAME= horde-3.0.3
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/
@@ -58,7 +59,6 @@ SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/registry.php.dist \
SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/hooks.php.dist \
${HORDEDIR}/config/hooks.php \
${APACHE_USER} ${ROOT_GROUP} 0000
-SPECIAL_PERMS+= ${HORDEDIR}/config ${APACHE_USER} ${ROOT_GROUP} 0750
SUBST_CLASSES= files
SUBST_STAGE.files= post-build
@@ -102,5 +102,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.php ${HORDEDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HORDEDIR}
${CHMOD} -R a-w ${HORDEDIR}
+ ${CHOWN} ${APACHE_USER}:${SHAREGRP} ${HORDEDIR}/config
+ ${CHMOD} 0750 ${HORDEDIR}/config
.include "../../mk/bsd.pkg.mk"
diff --git a/www/horde3/PLIST b/www/horde3/PLIST
index eb3d56b3218..76e751c18af 100644
--- a/www/horde3/PLIST
+++ b/www/horde3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/03/04 22:35:22 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/03/25 13:12:08 adrianp Exp $
share/doc/horde/CHANGES
share/doc/horde/CODING_STANDARDS
share/doc/horde/CONTRIBUTING
@@ -31,6 +31,7 @@ share/horde/admin/setup/index.php
share/horde/admin/setup/scripts.php
share/horde/admin/sqlshell.php
share/horde/admin/templates.php
+share/horde/admin/user.php
share/horde/config/conf.php.dist
share/horde/config/conf.xml.dist
share/horde/config/hooks.php.dist