diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-03-25 13:12:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-03-25 13:12:08 +0000 |
commit | b74d5508f20d989a6e8a0d0958d30fe1a7248911 (patch) | |
tree | e0999a132468b888a2c518783b1281e075538978 /www/horde3 | |
parent | fae36bc4db0c9604efb0179895cd3d2d5b5be610 (diff) | |
download | pkgsrc-b74d5508f20d989a6e8a0d0958d30fe1a7248911.tar.gz |
- Bump to nb1
- Fix missing entry in PLIST
- Fix permissions on installed directory
Diffstat (limited to 'www/horde3')
-rw-r--r-- | www/horde3/Makefile | 6 | ||||
-rw-r--r-- | www/horde3/PLIST | 3 |
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 |