diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-30 23:35:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-30 23:35:51 +0000 |
commit | 6974a32cea96c8bf7b22a11004879a8d423c5ac4 (patch) | |
tree | a55cd412c97cd76e4935aac9cf8f756de96a0559 /mk/fetch | |
parent | 60b7613bf811380122dae001019284cc371bef34 (diff) | |
download | pkgsrc-6974a32cea96c8bf7b22a11004879a8d423c5ac4.tar.gz |
Simpler .include lines.
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/bsd.fetch.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/fetch/bsd.fetch.mk b/mk/fetch/bsd.fetch.mk index 7028b9be2ac..b6b7a7e3bf5 100644 --- a/mk/fetch/bsd.fetch.mk +++ b/mk/fetch/bsd.fetch.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.fetch.mk,v 1.5 2007/01/02 17:54:32 rillig Exp $ +# $NetBSD: bsd.fetch.mk,v 1.6 2007/10/30 23:35:51 rillig Exp $ # # This Makefile fragment is included by bsd.pkg.mk and defines the # relevant variables and targets for the "fetch" step. @@ -31,7 +31,7 @@ # Default action: Nothing. # -.include "${PKGSRCDIR}/mk/fetch/sites.mk" -.include "${PKGSRCDIR}/mk/fetch/fetch.mk" -.include "${PKGSRCDIR}/mk/fetch/fetch-list.mk" -.include "${PKGSRCDIR}/mk/fetch/distclean.mk" +.include "sites.mk" +.include "fetch.mk" +.include "fetch-list.mk" +.include "distclean.mk" |