Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/17/2003 15:55:27
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 17 13:55:27 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
-. if (${AUTOMAKE_OVERRIDE} == "YES")
+. if empty(AUTOMAKE_OVERRIDE:M[nN][oO])
to match bsd.buildlink2.mk (which defines AUTOMAKE_OVERRIDE to yes).
To generate a diff of this commit:
cvs rdiff -r1.1129 -r1.1130 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.