pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/plist simpler includes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2df7c7729e8
branches:  trunk
changeset: 534526:f2df7c7729e8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 25 18:27:05 2007 +0000

description:
simpler includes.

diffstat:

 mk/plist/bsd.plist.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r f3c646450d55 -r f2df7c7729e8 mk/plist/bsd.plist.mk
--- a/mk/plist/bsd.plist.mk     Thu Oct 25 17:52:17 2007 +0000
+++ b/mk/plist/bsd.plist.mk     Thu Oct 25 18:27:05 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: bsd.plist.mk,v 1.1 2006/01/12 23:43:57 jlam Exp $
+# $NetBSD: bsd.plist.mk,v 1.2 2007/10/25 18:27:05 rillig Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # PLIST-related variables and targets.
 
-.include "../../mk/plist/plist.mk"
-.include "../../mk/plist/print-plist.mk"
+.include "plist.mk"
+.include "print-plist.mk"



Home | Main Index | Thread Index | Old Index