diff options
author | taca <taca> | 2009-11-29 06:47:36 +0000 |
---|---|---|
committer | taca <taca> | 2009-11-29 06:47:36 +0000 |
commit | 9a940a7e49e92243e785a0e0a340dce8205ca6d9 (patch) | |
tree | 1d1ecd97bfc603bb322e9789cbc3f5011ab34dc4 /www | |
parent | 63e9d9115cb5aab0cec87e6f4023251423edf610 (diff) | |
download | pkgsrc-9a940a7e49e92243e785a0e0a340dce8205ca6d9.tar.gz |
o Update "used by" comments.
Diffstat (limited to 'www')
-rw-r--r-- | www/typolight/Makefile.common | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/typolight/Makefile.common b/www/typolight/Makefile.common index bad3e3ecf8e..77080eae940 100644 --- a/www/typolight/Makefile.common +++ b/www/typolight/Makefile.common @@ -1,10 +1,12 @@ -# $NetBSD: Makefile.common,v 1.14 2009/11/22 16:17:59 taca Exp $ +# $NetBSD: Makefile.common,v 1.15 2009/11/29 06:47:36 taca Exp $ # # used by www/typolight26/Makefile -# used by www/typolight27/Makefile +# used by www/typolight26-example/Makefile # used by www/typolight26-translations/Makefile +# used by www/typolight27/Makefile +# used by www/typolight27-example/Makefile # used by www/typolight27-translations/Makefile -# used by www/typolight-example/Makefile +# TL_VER?= ${TL_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/} TL_PKGVER= ${TL_VERSION:S/.RC/rc/} |