From be18b6499268121f99b76e80155af446fffc854a Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 28 Jan 2000 13:53:11 +0000 Subject: [PATCH] Fixed world breakage (wrong path to pim6stat). Fixed other bugs in special install rule (2 cosmetic, 2 non-cosmetic). --- usr.sbin/pim6sd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/pim6sd/Makefile b/usr.sbin/pim6sd/Makefile index 9cda3ce969e..9d7dcf47aff 100644 --- a/usr.sbin/pim6sd/Makefile +++ b/usr.sbin/pim6sd/Makefile @@ -42,8 +42,8 @@ MAN1= pim6stat.1 MAN5= pim6sd.conf.5 MAN8= pim6sd.8 -afterinstall: - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${INSTALLFLAGS} ${SRCDIR}/pim6stat ${DESTDIR}${BINDIR} +beforeinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/pim6stat ${DESTDIR}${BINDIR} .include