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/582ef7bb291d
branches:  trunk
changeset: 824638:582ef7bb291d
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 321cc68dcfcb -r 582ef7bb291d 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