Mon Sep 15 10:09:22 2008 UTC ()
Add comment "used by www/typolight-translations/Makefile."


(taca)
diff -r1.1.1.1 -r1.2 pkgsrc/www/typolight/Makefile.common

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/typolight/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/typolight/Attic/Makefile.common 2008/09/15 09:57:48 1.1.1.1
+++ pkgsrc/www/typolight/Attic/Makefile.common 2008/09/15 10:09:22 1.2
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile.common,v 1.1.1.1 2008/09/15 09:57:48 taca Exp $ 1# $NetBSD: Makefile.common,v 1.2 2008/09/15 10:09:22 taca Exp $
2# 2#
3# used by www/typolight-example/Makefile 3# used by www/typolight-example/Makefile
 4# used by www/typolight-translations/Makefile
4 5
5TL_VERSION= 2.6.0 6TL_VERSION= 2.6.0
6 7
7FILES_SUBST+= PAX=${PAX} TL_EGDIR=${TL_EGDIR:Q} TL_WEBDIR=${TL_WEBDIR:Q} \ 8FILES_SUBST+= PAX=${PAX} TL_EGDIR=${TL_EGDIR:Q} TL_WEBDIR=${TL_WEBDIR:Q} \
8 WWWGRP=${APACHE_GROUP:Q} WWWOWN=${APACHE_USER:Q} 9 WWWGRP=${APACHE_GROUP:Q} WWWOWN=${APACHE_USER:Q}
9PLIST_SUBST+= TL_EGDIR=${TL_EGDIR:Q} TL_WEBDIR=${TL_WEBDIR:Q} 10PLIST_SUBST+= TL_EGDIR=${TL_EGDIR:Q} TL_WEBDIR=${TL_WEBDIR:Q}
10 11
11PRINT_PLIST_AWK+= /@dirrm ${TL_WEBDIR:S|/|\\/|g}\/templates$$/ \ 12PRINT_PLIST_AWK+= /@dirrm ${TL_WEBDIR:S|/|\\/|g}\/templates$$/ \
12 { next; } 13 { next; }
13PRINT_PLIST_AWK+= /@dirrm ${TL_WEBDIR:S|/|\\/|g}\/system\/(tmp|log)$$/ \ 14PRINT_PLIST_AWK+= /@dirrm ${TL_WEBDIR:S|/|\\/|g}\/system\/(tmp|log)$$/ \
14 { next; } 15 { next; }
15PRINT_PLIST_AWK+= /@dirrm ${TL_WEBDIR:S|/|\\/|g}\/system$$/ \ 16PRINT_PLIST_AWK+= /@dirrm ${TL_WEBDIR:S|/|\\/|g}\/system$$/ \
16 { next; } 17 { next; }