Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/08/2005 16:39:58
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Aug  8 16:39:58 UTC 2005

Modified Files:
	pkgsrc/lang/perl5: Makefile distinfo
Added Files:
	pkgsrc/lang/perl5/patches: patch-ao

Log Message:
Alter the configuration so that:

	$(prefix) == $(siteprefix) == $(vendorprefix)

so that if a perl module is configured with "perl Makefile.PL PREFIX=...",
then that single PREFIX definition will override all three of the
above, and files will be properly installed into the correct relative
path.  Also, patch a test so that it understands the different behavior
of the pkgsrc ExtUtils::MakeMaker module.  Bump the PKGREVISION to 2.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.25 -r1.26 pkgsrc/lang/perl5/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/patches/patch-ao

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.