diff options
author | taca <taca@pkgsrc.org> | 2011-06-24 11:59:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-24 11:59:29 +0000 |
commit | abcaccdd0733225802b04dde70af425476f1de15 (patch) | |
tree | 27ba34719a905422fafaddc2dd2c454dce03f172 /lang | |
parent | 67fa0c939359985053a84fc46cbfde60ef0fb066 (diff) | |
download | pkgsrc-abcaccdd0733225802b04dde70af425476f1de15.tar.gz |
Change LICENSE to php from php-license.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php53/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 085074fe6a5..54ab99f7626 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2011/06/20 13:40:51 taca Exp $ +# $NetBSD: Makefile,v 1.87 2011/06/24 11:59:29 taca Exp $ PKGNAME= php-${PHP_BASE_VERS} PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= lang HOMEPAGE= http://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 5 -LICENSE= php-license +LICENSE= php TEST_TARGET= test PKG_DESTDIR_SUPPORT= user-destdir diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 029101191a0..a02a8330c94 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/06/22 09:54:35 taca Exp $ +# $NetBSD: Makefile,v 1.13 2011/06/24 11:59:29 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -9,7 +9,7 @@ CATEGORIES= lang HOMEPAGE= http://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 5 -LICENSE= php-license +LICENSE= php TEST_TARGET= test PKG_DESTDIR_SUPPORT= user-destdir |