summaryrefslogtreecommitdiff
path: root/www/typolight
diff options
context:
space:
mode:
authortaca <taca>2009-04-30 13:08:50 +0000
committertaca <taca>2009-04-30 13:08:50 +0000
commitadfdec1a032b2ad3491be1f660a8ae99bb4ec6a9 (patch)
tree5cc4f32ee6b1703b3aac56cb4e806f664e0c849d /www/typolight
parent8aa71e818ff638da0d87c8e4116157604cb417a7 (diff)
downloadpkgsrc-adfdec1a032b2ad3491be1f660a8ae99bb4ec6a9.tar.gz
Add TL_VER to MESSAGE_SUBST.
Diffstat (limited to 'www/typolight')
-rw-r--r--www/typolight/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/typolight/Makefile.common b/www/typolight/Makefile.common
index c7f16b32245..8af4ecba552 100644
--- a/www/typolight/Makefile.common
+++ b/www/typolight/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2009/04/26 03:34:13 taca Exp $
+# $NetBSD: Makefile.common,v 1.11 2009/04/30 13:08:50 taca Exp $
#
# used by www/typolight26/Makefile
# used by www/typolight27/Makefile
@@ -13,6 +13,7 @@ LICENSE= gnu-lgpl-v2.1
FILES_SUBST+= PAX=${PAX} TL_EGDIR=${TL_EGDIR:Q} TL_WEBDIR=${TL_WEBDIR:Q} \
WWWGRP=${APACHE_GROUP:Q} WWWOWN=${APACHE_USER:Q}
+MESSAGE_SUBST+= TL_VER=${TL_VER}
PLIST_SUBST+= TL_DOCDIR=${TL_DOCDIR:Q} TL_EGDIR=${TL_EGDIR:Q} \
TL_WEBDIR=${TL_WEBDIR:Q}