pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Made all .include lines look the same.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2140a8c6cb2d
branches: trunk
changeset: 522557:2140a8c6cb2d
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Dec 12 21:37:20 2006 +0000
description:
Made all .include lines look the same.
diffstat:
mk/check/bsd.check.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r eb8febf6ec01 -r 2140a8c6cb2d mk/check/bsd.check.mk
--- a/mk/check/bsd.check.mk Tue Dec 12 21:10:41 2006 +0000
+++ b/mk/check/bsd.check.mk Tue Dec 12 21:37:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.check.mk,v 1.4 2006/11/09 02:53:15 rillig Exp $
+# $NetBSD: bsd.check.mk,v 1.5 2006/12/12 21:37:20 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to build and install checks.
@@ -25,14 +25,14 @@
# check-interpreter, check-shlibs, check-vulnerable, check-wrkref
#
-.include "${PKGSRCDIR}/mk/check/check-files.mk"
-.include "${PKGSRCDIR}/mk/check/check-interpreter.mk"
-.include "${PKGSRCDIR}/mk/check/check-perms.mk"
-.include "${PKGSRCDIR}/mk/check/check-shlibs.mk"
-.include "${PKGSRCDIR}/mk/check/check-vulnerable.mk"
-.include "${PKGSRCDIR}/mk/check/check-wrkref.mk"
+.include "${.PARSEDIR}/check-files.mk"
.include "${.PARSEDIR}/check-headers.mk"
+.include "${.PARSEDIR}/check-interpreter.mk"
+.include "${.PARSEDIR}/check-perms.mk"
.include "${.PARSEDIR}/check-portability.mk"
+.include "${.PARSEDIR}/check-shlibs.mk"
+.include "${.PARSEDIR}/check-vulnerable.mk"
+.include "${.PARSEDIR}/check-wrkref.mk"
pre-configure-checks-hook \
pre-build-checks-hook: .PHONY
Home |
Main Index |
Thread Index |
Old Index