diff options
author | taca <taca> | 2011-06-24 11:59:29 +0000 |
---|---|---|
committer | taca <taca> | 2011-06-24 11:59:29 +0000 |
commit | c37441ec6f4c8470aa6bbe675daa1f616980d252 (patch) | |
tree | 27ba34719a905422fafaddc2dd2c454dce03f172 /lang/php53 | |
parent | 11af45723a6a8de1319ecdda0854abb839558406 (diff) | |
download | pkgsrc-c37441ec6f4c8470aa6bbe675daa1f616980d252.tar.gz |
Change LICENSE to php from php-license.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |