Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/22/2001 09:25:19
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Apr 22 06:25:19 UTC 2001

Modified Files:
	pkgsrc/pkgtools/perl-mk: Makefile
	pkgsrc/pkgtools/perl-mk/pkg: PLIST
Added Files:
	pkgsrc/pkgtools/perl-mk/pkg: DEINSTALL INSTALL

Log Message:
Update perl-mk to 1.1.  Changes from version 1.0:

* Instead of creating the bsd.perl.mk file at build-time, create it at
  install-time using the currently-installed perl executable.  This change
  forces that bsd.perl.mk PERL5_* variables to be consistent with the
  version of the installed perl package, regardless of whether perl-mk is
  installed as a binary package or not.  This fixes a problem noted on
  tech-pkg by manu@netbsd.org.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/perl-mk/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/perl-mk/pkg/DEINSTALL \
    pkgsrc/pkgtools/perl-mk/pkg/INSTALL
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/perl-mk/pkg/PLIST

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