summaryrefslogtreecommitdiff
path: root/mk/checksum/bsd.checksum.mk
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-04 01:46:24 +0000
committerrillig <rillig>2008-01-04 01:46:24 +0000
commit0766ea78a930ba808aa18b4a5e4ae03c29ef2bd2 (patch)
tree09fab4af7837547a826b3008a949a7856dd3f7b8 /mk/checksum/bsd.checksum.mk
parentdcfcef5cd4394d1d77556153c073db8f6e8a6ca2 (diff)
downloadpkgsrc-0766ea78a930ba808aa18b4a5e4ae03c29ef2bd2.tar.gz
Made the .include directives simpler, since the directory of the
including file is always the first in the search path.
Diffstat (limited to 'mk/checksum/bsd.checksum.mk')
-rw-r--r--mk/checksum/bsd.checksum.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/checksum/bsd.checksum.mk b/mk/checksum/bsd.checksum.mk
index 3bb22223fb1..a3e5e718d3a 100644
--- a/mk/checksum/bsd.checksum.mk
+++ b/mk/checksum/bsd.checksum.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.checksum.mk,v 1.7 2007/08/31 16:30:11 jlam Exp $
+# $NetBSD: bsd.checksum.mk,v 1.8 2008/01/04 01:46:26 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines the
# relevant variables and targets for the "checksum" phase.
@@ -47,5 +47,5 @@ mps: makepatchsum
checksum checksum-phase makesum makepatchsum mps mdi makedistinfo distinfo:
@${DO_NADA}
.else
-. include "${PKGSRCDIR}/mk/checksum/checksum.mk"
+. include "checksum.mk"
.endif