o No need to install `dir-tmpl' to /usr/share/info.
o Do not clobber an existing /usr/share/info/dir. Reviewed by: bde
This commit is contained in:
parent
1cb869c043
commit
7f2c251d26
@ -13,10 +13,10 @@ beforeinstall:
|
|||||||
@echo -n "install -d -o ${INFOOWN} -g ${INFOGRP} "
|
@echo -n "install -d -o ${INFOOWN} -g ${INFOGRP} "
|
||||||
@echo "-m 0755 ${DESTDIR}${INFODIR}"
|
@echo "-m 0755 ${DESTDIR}${INFODIR}"
|
||||||
@exit 3;
|
@exit 3;
|
||||||
.endif
|
.endif
|
||||||
${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} dir-tmpl \
|
.if !exists(${DESTDIR}${INFODIR}/dir)
|
||||||
${DESTDIR}${INFODIR}/dir-tmpl
|
|
||||||
${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \
|
${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \
|
||||||
dir-tmpl ${DESTDIR}${INFODIR}/dir
|
dir-tmpl ${DESTDIR}${INFODIR}/dir
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user