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/patch/bsd.patch.mk | |
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/patch/bsd.patch.mk')
-rw-r--r-- | mk/patch/bsd.patch.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/patch/bsd.patch.mk b/mk/patch/bsd.patch.mk index ee47e320363..509623f52f2 100644 --- a/mk/patch/bsd.patch.mk +++ b/mk/patch/bsd.patch.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.patch.mk,v 1.1 2006/06/06 04:48:19 jlam Exp $ +# $NetBSD: bsd.patch.mk,v 1.2 2008/01/04 01:46:27 rillig Exp $ # # This Makefile fragment is included by bsd.pkg.mk and defines the # relevant variables and targets for the "patch" phase. @@ -12,4 +12,4 @@ # pre-patch, do-patch, post-patch # -.include "${PKGSRCDIR}/mk/patch/patch.mk" +.include "patch.mk" |