Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/13/2004 07:15:41
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jan 13 07:15:41 UTC 2004

Modified Files:
	pkgsrc/lang/perl5: module.mk

Log Message:
module.mk is included by perl5*/Makefile, so be careful not to clutter
MAKE_FLAGS with stuff that's only useful for building modules (and also
breaks the build of perl).

This fixes the breakage of perl modules not finding libperl.so caused by
the changes in revision 1.30 of this file.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/lang/perl5/module.mk

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