diff options
author | taca <taca@pkgsrc.org> | 2011-05-12 14:52:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-05-12 14:52:12 +0000 |
commit | 85731d173f22ce585fa1deb26d629178e83169de (patch) | |
tree | b3d3f8b9b9de9171483ef8bffb722a1b2d98a5e3 /www | |
parent | cce4dcb4c02e6680fc86adcc9d6fa9584ea77d8d (diff) | |
download | pkgsrc-85731d173f22ce585fa1deb26d629178e83169de.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/INSTALL | 15 | ||||
-rw-r--r-- | www/typolight28-translations/Makefile | 3 |
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} |