pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/typolight Add TL_DOCDIR support to PRINT_PLIST_AWK.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/304e5e2d48cc
branches:  trunk
changeset: 393946:304e5e2d48cc
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 30 16:51:06 2009 +0000

description:
Add TL_DOCDIR support to PRINT_PLIST_AWK.

diffstat:

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

diffs (19 lines):

diff -r b3ce5c012206 -r 304e5e2d48cc www/typolight/Makefile.common
--- a/www/typolight/Makefile.common     Sat May 30 16:08:58 2009 +0000
+++ b/www/typolight/Makefile.common     Sat May 30 16:51:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2009/04/30 13:08:50 taca Exp $
+# $NetBSD: Makefile.common,v 1.12 2009/05/30 16:51:06 taca Exp $
 #
 # used by www/typolight26/Makefile
 # used by www/typolight27/Makefile
@@ -28,6 +28,9 @@
 PRINT_PLIST_AWK+=      /^(@dirrm )?${TL_WEBDIR:S|/|\\/|g}/ \
                        { gsub(/${TL_WEBDIR:S|/|\\/|g}/, "$${TL_WEBDIR}"); \
                        print; next; }
+PRINT_PLIST_AWK+=      /^(@dirrm )?${TL_DOCDIR:S|/|\\/|g}/ \
+                       { gsub(/${TL_DOCDIR:S|/|\\/|g}/, "$${TL_DOCDIR}"); \
+                       print; next; }
 PRINT_PLIST_AWK+=      /^(@dirrm )?${TL_EGDIR:S|/|\\/|g}/ \
                        { gsub(/${TL_EGDIR:S|/|\\/|g}/, "$${TL_EGDIR}"); \
                        print; next; }



Home | Main Index | Thread Index | Old Index