pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 adjust PERL5_LICENSE - enable both valid li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fffe445c6ae
branches:  trunk
changeset: 395990:1fffe445c6ae
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Jul 17 06:44:46 2009 +0000

description:
adjust PERL5_LICENSE - enable both valid licenses

diffstat:

 lang/perl5/license.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 76f9a4d5c330 -r 1fffe445c6ae lang/perl5/license.mk
--- a/lang/perl5/license.mk     Fri Jul 17 06:43:27 2009 +0000
+++ b/lang/perl5/license.mk     Fri Jul 17 06:44:46 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.1 2009/06/11 10:35:07 sno Exp $
+# $NetBSD: license.mk,v 1.2 2009/07/17 06:44:46 sno Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install perl5 modules and by the perl5 package.
@@ -9,4 +9,4 @@
 #                      Allowed values: gnu-gpl-v2 and artistic until
 #                      pkgsrc can handle dual licenses correctly.
 #
-PERL5_LICENSE?=                gnu-gpl-v2 # OR artistic
+PERL5_LICENSE?=                gnu-gpl-v2 OR artistic



Home | Main Index | Thread Index | Old Index