Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/12/2005 20:31:57
Module Name: pkgsrc
Committed By: jlam
Date: Thu May 12 20:31:57 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.use.mk
Log Message:
Don't check for whether variables are defined or not before adding
them to PLIST_SUBST. They may simply be defined later on in the
Makefile processing. Instead check whether USE_PERL5 was specified
to determine whether to pass along PERL5_{SITEARCH,SITELIB,ARCHLIB}
to PLIST_SUBST.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/bsd.pkg.use.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.