diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /lang/perl5 | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index ff349b91066..fc712736006 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2009/05/02 19:23:44 sno Exp $ +# $NetBSD: Makefile,v 1.151 2009/05/19 08:59:19 wiz Exp $ DISTNAME= perl-5.10.0 CATEGORIES= lang devel perl5 @@ -9,7 +9,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jlam@pkgsrc.org HOMEPAGE= http://www.perl.org/ COMMENT= Practical Extraction and Report Language -#LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |