pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/contao29-translations Make translation files as th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1322da301f0
branches: trunk
changeset: 588545:d1322da301f0
user: taca <taca%pkgsrc.org@localhost>
date: Thu May 12 14:49:23 2011 +0000
description:
Make translation files as the same owner as other Contao's files.
Bump PKGREVISIION.
diffstat:
www/contao29-translations/INSTALL | 15 +++++++++++++++
www/contao29-translations/Makefile | 3 ++-
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r c3e9389d9163 -r d1322da301f0 www/contao29-translations/INSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/contao29-translations/INSTALL Thu May 12 14:49:23 2011 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: INSTALL,v 1.1 2011/05/12 14:49:23 taca Exp $
+
+CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
+CT_OWN="@WWWOWN@"
+CT_GRP="@WWWGRP@"
+
+case ${STAGE} in
+POST-INSTALL)
+ cd ${CT_WEBDIR}/system/modules && \
+ for i in */languages; do
+ ${CHGRP} -R ${CT_GRP} $i
+ ${CHOWN} -R ${CT_OWN} $i
+ done
+ ;;
+esac
diff -r c3e9389d9163 -r d1322da301f0 www/contao29-translations/Makefile
--- a/www/contao29-translations/Makefile Thu May 12 14:48:10 2011 +0000
+++ b/www/contao29-translations/Makefile Thu May 12 14:49:23 2011 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2011/05/08 16:24:13 taca Exp $
+# $NetBSD: Makefile,v 1.45 2011/05/12 14:49:23 taca Exp $
#
DISTNAME= contao${CT_VER}-translations-${VERS}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= # defined for each distfiles
DISTFILES= ${CT_DISTFILES}
Home |
Main Index |
Thread Index |
Old Index