summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-12-12 21:37:20 +0000
committerrillig <rillig@pkgsrc.org>2006-12-12 21:37:20 +0000
commit914dd9cda38d3ba5ac6fe7a1c5944fc73470bf81 (patch)
tree904d566ef191fc0d3336e1545bcb434adc11d162
parent32b86a6076d1e6cd5658e19a45c60934231a0de4 (diff)
downloadpkgsrc-914dd9cda38d3ba5ac6fe7a1c5944fc73470bf81.tar.gz
Made all .include lines look the same.
-rw-r--r--mk/check/bsd.check.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/mk/check/bsd.check.mk b/mk/check/bsd.check.mk
index 5fd94d5f82b..9e48a5e6bbd 100644
--- a/mk/check/bsd.check.mk
+++ b/mk/check/bsd.check.mk
@@ -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