Install man.local in the correct directory. Apparently everyone is using

the version installed from /usr/share.  It's hard to eliminate old versions
- few Makefiles have `uninstall' targets and sup/ctm tends to blow away
old Makefiles.

This Makefile needs more work.  Stuff is built at install time...
This commit is contained in:
Bruce Evans 1995-01-26 06:00:40 +00:00
parent 379e45984a
commit ceac74879e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5923

View file

@ -40,9 +40,9 @@ beforeinstall:
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
temp ${DESTDIR}${MDOCDIR}/$$f; \
done
-test -f ${DESTDIR}${TMACDIR}/man.local || \
test -f ${DESTDIR}${TMACDIR}/man.local || \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${.CURDIR}/man.local ${DESTDIR}${MDOCDIR}
${.CURDIR}/man.local ${DESTDIR}${TMACDIR}
.include "../Makefile.cfg"
.include <bsd.prog.mk>