diff options
author | taca <taca> | 2008-10-24 16:10:17 +0000 |
---|---|---|
committer | taca <taca> | 2008-10-24 16:10:17 +0000 |
commit | 93ba789317018ccb667c875f39ff369c8c61d9c8 (patch) | |
tree | 835d6da5e2f92a4df3941a97c3df1f467296bca3 /www | |
parent | 9ef4bd4b51d04be93c729fabd380f6866d7e5bd9 (diff) | |
download | pkgsrc-93ba789317018ccb667c875f39ff369c8c61d9c8.tar.gz |
Add group write permission to templates directory and allow customize
TYPOlight's templates.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/typolight/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typolight/Makefile b/www/typolight/Makefile index af14fe1f791..77095b1f445 100644 --- a/www/typolight/Makefile +++ b/www/typolight/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/10/06 14:02:05 taca Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/24 16:10:17 taca Exp $ # DISTNAME= typolight-${TL_VERSION} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} @@ -71,6 +72,7 @@ OWN_DIRS_PERMS+= \ ${TL_WEBDIR}/system/html ${BINOWN} ${APACHE_GROUP} 0770 \ ${TL_WEBDIR}/system/logs ${BINOWN} ${APACHE_GROUP} 0770 \ ${TL_WEBDIR}/system/tmp ${BINOWN} ${APACHE_GROUP} 0770 \ + ${TL_WEBDIR}/templates ${BINOWN} ${APACHE_GROUP} 0770 \ ${TL_WEBDIR}/tl_files ${BINOWN} ${APACHE_GROUP} 0770 \ ${TL_WEBDIR}/tl_files/tiny_templates \ ${BINOWN} ${APACHE_GROUP} 0770 \ |