How stupid of me. :>> doesn't change a modification time.
This commit is contained in:
parent
d69f9d6d01
commit
09aff4db42
@ -26,7 +26,5 @@ beforeinstall:
|
||||
.if !exists(${DESTDIR}${TMACDIR}/mm/${locale})
|
||||
${INSTALL} -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \
|
||||
/dev/null ${DESTDIR}${TMACDIR}/mm/${locale}
|
||||
.else
|
||||
@:>>${DESTDIR}${TMACDIR}/mm/${locale}
|
||||
.endif
|
||||
.endfor
|
||||
|
@ -80,8 +80,6 @@ beforeinstall:
|
||||
.if !exists(${DESTDIR}${TMACDIR}/man.local)
|
||||
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
${DIST_DIR}/man.local ${DESTDIR}${TMACDIR}
|
||||
.else
|
||||
@:>>${DESTDIR}${TMACDIR}/man.local
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user