diff options
author | taca <taca@pkgsrc.org> | 2009-11-22 16:17:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-11-22 16:17:59 +0000 |
commit | 4d6478999b9e8a264fe22398deabf2786e6cd414 (patch) | |
tree | 35cbff89b06c5f0564d3ae640ebb239c9f4a6054 /www/typolight | |
parent | 1d8ada8b49a628032dcfe728072423b9bfd2e2fc (diff) | |
download | pkgsrc-4d6478999b9e8a264fe22398deabf2786e6cd414.tar.gz |
Move LICENSE from typolight/Makefile.common to each Makefiles for
license change of forthcoming TYPOlihght 2.8(.RC1).
Diffstat (limited to 'www/typolight')
-rw-r--r-- | www/typolight/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/typolight/Makefile.common b/www/typolight/Makefile.common index 776852332b6..bad3e3ecf8e 100644 --- a/www/typolight/Makefile.common +++ b/www/typolight/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2009/06/14 22:58:10 joerg Exp $ +# $NetBSD: Makefile.common,v 1.14 2009/11/22 16:17:59 taca Exp $ # # used by www/typolight26/Makefile # used by www/typolight27/Makefile @@ -9,8 +9,6 @@ TL_VER?= ${TL_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/} TL_PKGVER= ${TL_VERSION:S/.RC/rc/} -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} |