Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd Replace @DATADIR@ with /usr/share/exampl...
details: https://anonhg.NetBSD.org/src/rev/1deb82f63e0b
branches: trunk
changeset: 354337:1deb82f63e0b
user: roy <roy%NetBSD.org@localhost>
date: Mon Jun 12 14:50:38 2017 +0000
description:
Replace @DATADIR@ with /usr/share/examples as pointed by plunky@
diffstat:
external/bsd/dhcpcd/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r df1e41f2b1af -r 1deb82f63e0b external/bsd/dhcpcd/Makefile.inc
--- a/external/bsd/dhcpcd/Makefile.inc Mon Jun 12 11:05:21 2017 +0000
+++ b/external/bsd/dhcpcd/Makefile.inc Mon Jun 12 14:50:38 2017 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.1 2017/03/31 21:02:08 roy Exp $
+# $NetBSD: Makefile.inc,v 1.2 2017/06/12 14:50:38 roy Exp $
SRCDIR= ${NETBSDSRCDIR}/external/bsd/dhcpcd
DIST= ${SRCDIR}/dist
SED_SYS= -e 's:@SYSCONFDIR@:/etc:g' \
+ -e 's:@DATADIR@:/usr/share/examples:g' \
-e 's:@DBDIR@:/var/db:g' \
-e 's:@LIBDIR@:/lib:g' \
-e 's:@RUNDIR@:/var/run:g' \
Home |
Main Index |
Thread Index |
Old Index