Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/19/2006 18:10:32
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Jul 19 18:10:32 UTC 2006

Modified Files:
	pkgsrc/lang/perl5: Makefile
	pkgsrc/lang/perl5/files: perllink.in

Log Message:
Consistently use $perlprog to refer to the perl executable in the
perllink script.  This was causing errors when building perl from
pkgsrc.  The perllink script didn't create any symlinks because it
tried to invoke "perl", which silently fails with revision 1.20 of
mk/tools/perl.mk (after the pkgsrc-2006Q2 branch).

Bump the PKGREVISION to 3.


To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/perl5/files/perllink.in

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