Module Name:    src
Committed By:   roy
Date:           Fri Jul 12 17:30:25 UTC 2013

Modified Files:
        src/external/bsd/openresolv/sbin/resolvconf: Makefile

Log Message:
build correctly for SBINDIR


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openresolv/sbin/resolvconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/openresolv/sbin/resolvconf/Makefile
diff -u src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.4 src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.5
--- src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.4	Tue Apr  3 10:50:46 2012
+++ src/external/bsd/openresolv/sbin/resolvconf/Makefile	Fri Jul 12 17:30:25 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/04/03 10:50:46 roy Exp $
+# $NetBSD: Makefile,v 1.5 2013/07/12 17:30:25 roy Exp $
 #
 
 .include <bsd.own.mk>
@@ -25,7 +25,7 @@ CMD2=		\1 restart
 RESTARTCMD=	if /etc/rc.d/${CMD1}; then /etc/rc.d/${CMD2}; fi
 .for f in ${SCRIPTS} ${FILES} ${MAN}
 ${f}:	Makefile ${f}.in
-	${TOOL_SED} -e 's:@PREFIX@::g' \
+	${TOOL_SED} -e 's:@PREFIX@::g' -e 's:@SBINDIR@:/sbin:g' \
 		-e 's:@SYSCONFDIR@:/etc:g' \
 		-e 's:@LIBEXECDIR@:/libexec/resolvconf:g' \
 		-e 's:@VARDIR@:/var/run/resolvconf:g' \

Reply via email to