diff options
author | taca <taca@pkgsrc.org> | 2009-04-30 13:08:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-04-30 13:08:50 +0000 |
commit | dfad5bf9da272eaca13fb1d70ee57c42dee64685 (patch) | |
tree | 5cc4f32ee6b1703b3aac56cb4e806f664e0c849d /www/typolight | |
parent | 1d4f60856c246ed60e4c2ccca40743559016644f (diff) | |
download | pkgsrc-dfad5bf9da272eaca13fb1d70ee57c42dee64685.tar.gz |
Add TL_VER to MESSAGE_SUBST.
Diffstat (limited to 'www/typolight')
-rw-r--r-- | www/typolight/Makefile.common | 3 |
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} |