diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-04 01:46:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-04 01:46:24 +0000 |
commit | d3624fdf106f006eafc46d8854c87a32596aeae2 (patch) | |
tree | 09fab4af7837547a826b3008a949a7856dd3f7b8 /mk/install | |
parent | 47f1024dc0fadad85800419df80b284620762f56 (diff) | |
download | pkgsrc-d3624fdf106f006eafc46d8854c87a32596aeae2.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')
-rw-r--r-- | mk/install/bsd.install.mk | 4 |
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: |