Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/25/2005 15:37:25
Module Name: pkgsrc
Committed By: jmmv
Date: Tue Jan 25 15:37:25 UTC 2005
Modified Files:
pkgsrc/mk: alternatives.mk
Log Message:
Make the usage of alternatives optional through the PKG_ALTERNATIVES variable,
which is similar to PKG_CONFIG. This does not change how the binary packages
are built, only whether the pkg_alternatives command should be run at package
installation/deinstallation time or not. The variable can take either YES or
NO as values and defaults to YES.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/alternatives.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.