summaryrefslogtreecommitdiff
path: root/mk/install/bsd.install.mk
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-04 01:46:24 +0000
committerrillig <rillig>2008-01-04 01:46:24 +0000
commitb37ccd21553fccf7042ed7af80646be3f26b4d6b (patch)
tree09fab4af7837547a826b3008a949a7856dd3f7b8 /mk/install/bsd.install.mk
parentcab7723f76fefa3e378af0675370ca3086b20890 (diff)
downloadpkgsrc-b37ccd21553fccf7042ed7af80646be3f26b4d6b.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/install/bsd.install.mk')
-rw-r--r--mk/install/bsd.install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/bsd.install.mk b/mk/install/bsd.install.mk
index abe95ce90b6..7c92902d76d 100644
--- a/mk/install/bsd.install.mk
+++ b/mk/install/bsd.install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.install.mk,v 1.11 2007/11/03 09:12:46 rillig Exp $
+# $NetBSD: bsd.install.mk,v 1.12 2008/01/04 01:46:27 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to installing packages.
@@ -21,7 +21,7 @@ _COOKIE.install= ${WRKDIR}/.install_done
###
.PHONY: install
.if !defined(NO_INSTALL)
-. include "${PKGSRCDIR}/mk/install/install.mk"
+. include "install.mk"
.elif !target(install)
. if exists(${_COOKIE.install})
install: