diff options
author | rillig <rillig> | 2008-01-04 01:46:24 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-01-04 01:46:24 +0000 |
commit | 0766ea78a930ba808aa18b4a5e4ae03c29ef2bd2 (patch) | |
tree | 09fab4af7837547a826b3008a949a7856dd3f7b8 /mk/package | |
parent | dcfcef5cd4394d1d77556153c073db8f6e8a6ca2 (diff) | |
download | pkgsrc-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/package')
-rw-r--r-- | mk/package/bsd.package.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/package/bsd.package.mk b/mk/package/bsd.package.mk index 4cf693056ca..8cf93f1e49b 100644 --- a/mk/package/bsd.package.mk +++ b/mk/package/bsd.package.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.package.mk,v 1.9 2006/10/09 11:44:07 joerg Exp $ +# $NetBSD: bsd.package.mk,v 1.10 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 binary packages. @@ -16,7 +16,7 @@ _COOKIE.package= ${WRKDIR}/.package_done ### .PHONY: package .if !defined(NO_PACKAGE) -. include "${PKGSRCDIR}/mk/package/package.mk" +. include "package.mk" .elif !target(package) . if exists(${_COOKIE.package}) package: |