From 32aeb6e178994c2619453fa90f40aef4d37a4830 Mon Sep 17 00:00:00 2001 From: dbaker Date: Mon, 9 Dec 2002 22:18:55 +0000 Subject: Fix glitch causing port install to bomb during new (or "fresh") installations because it was looking in the wrong place for the new default dnetc.ini location. --- misc/dnetc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/dnetc/Makefile') diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 66d08ebdefdf..7360f61b1f7e 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -76,7 +76,7 @@ do-install: fi ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 - ${INSTALL} -c -m 644 -o ${CLIENTUSER} -g ${CLIENTGROUP} ${WRKDIR}/dnetc.ini ${BINDIR}/dnetc.ini.default + ${INSTALL} -c -m 644 -o ${CLIENTUSER} -g ${CLIENTGROUP} ${WRKSRC}/dnetc.ini ${BINDIR}/dnetc.ini.default .if !exists(${BINDIR}/dnetc.ini) @echo "" @echo "" @@ -92,7 +92,7 @@ do-install: @echo "" @echo "" @echo "" - ${INSTALL} -c -m 644 -o ${CLIENTUSER} -g ${CLIENTGROUP} ${WRKDIR}/dnetc.ini ${BINDIR} + ${INSTALL} -c -m 644 -o ${CLIENTUSER} -g ${CLIENTGROUP} ${WRKSRC}/dnetc.ini ${BINDIR} .endif .include -- cgit