summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2011-05-12 14:52:12 +0000
committertaca <taca>2011-05-12 14:52:12 +0000
commitebb059c2989e162436ef0e751c763f3627960c9a (patch)
treeb3d3f8b9b9de9171483ef8bffb722a1b2d98a5e3 /www
parentd3782f252004ee2a77ef594d0db7faad18ccf9ce (diff)
downloadpkgsrc-ebb059c2989e162436ef0e751c763f3627960c9a.tar.gz
Make translation files as the same owner as other TYPOlight's files.
Bump PKGREVISIION.
Diffstat (limited to 'www')
-rw-r--r--www/typolight28-translations/INSTALL15
-rw-r--r--www/typolight28-translations/Makefile3
2 files changed, 17 insertions, 1 deletions
diff --git a/www/typolight28-translations/INSTALL b/www/typolight28-translations/INSTALL
new file mode 100644
index 00000000000..7fb7d714d6a
--- /dev/null
+++ b/www/typolight28-translations/INSTALL
@@ -0,0 +1,15 @@
+# $NetBSD: INSTALL,v 1.1 2011/05/12 14:52:12 taca Exp $
+
+TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
+TL_OWN="@WWWOWN@"
+TL_GRP="@WWWGRP@"
+
+case ${STAGE} in
+POST-INSTALL)
+ cd ${TL_WEBDIR}/system/modules && \
+ for i in */languages; do
+ ${CHGRP} -R ${TL_GRP} $i
+ ${CHOWN} -R ${TL_OWN} $i
+ done
+ ;;
+esac
diff --git a/www/typolight28-translations/Makefile b/www/typolight28-translations/Makefile
index bcb3cb85695..2024b83743e 100644
--- a/www/typolight28-translations/Makefile
+++ b/www/typolight28-translations/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2010/06/07 11:30:07 taca Exp $
+# $NetBSD: Makefile,v 1.29 2011/05/12 14:52:12 taca Exp $
#
DISTNAME= typolight${TL_VER}-translations-${VERS}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= # defined for each distfiles
DISTFILES= ${TL_DISTFILES}