pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch Simpler .include lines.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1877412d855f
branches:  trunk
changeset: 534758:1877412d855f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 30 23:35:51 2007 +0000

description:
Simpler .include lines.

diffstat:

 mk/fetch/bsd.fetch.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 1a6e49d4eed4 -r 1877412d855f mk/fetch/bsd.fetch.mk
--- a/mk/fetch/bsd.fetch.mk     Tue Oct 30 22:57:23 2007 +0000
+++ b/mk/fetch/bsd.fetch.mk     Tue Oct 30 23:35:51 2007 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index