pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/install Simpler includes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/31c4bd39c9d4
branches: trunk
changeset: 534864:31c4bd39c9d4
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Nov 03 09:12:46 2007 +0000
description:
Simpler includes.
diffstat:
mk/install/bsd.install.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r e6ea8cbdf307 -r 31c4bd39c9d4 mk/install/bsd.install.mk
--- a/mk/install/bsd.install.mk Sat Nov 03 04:29:13 2007 +0000
+++ b/mk/install/bsd.install.mk Sat Nov 03 09:12:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.install.mk,v 1.10 2007/03/09 03:15:33 rillig Exp $
+# $NetBSD: bsd.install.mk,v 1.11 2007/11/03 09:12:46 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to installing packages.
@@ -33,8 +33,8 @@
. endif
.endif
-.include "${PKGSRCDIR}/mk/install/deinstall.mk"
-.include "${PKGSRCDIR}/mk/install/replace.mk"
+.include "deinstall.mk"
+.include "replace.mk"
######################################################################
### install-cookie (PRIVATE)
Home |
Main Index |
Thread Index |
Old Index