pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/typolight Add group write permission to templates ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/946d45b6e083
branches:  trunk
changeset: 548820:946d45b6e083
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 24 16:10:17 2008 +0000

description:
Add group write permission to templates directory and allow customize
TYPOlight's templates.

Bump PKGREVISION.

diffstat:

 www/typolight/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 1deb357bd668 -r 946d45b6e083 www/typolight/Makefile
--- a/www/typolight/Makefile    Fri Oct 24 16:07:09 2008 +0000
+++ b/www/typolight/Makefile    Fri Oct 24 16:10:17 2008 +0000
@@ -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 @@
                ${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 \



Home | Main Index | Thread Index | Old Index