mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
How stupid of me. :>> doesn't change a modification time.
This commit is contained in:
parent
ae862803e0
commit
1e49a13618
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161282
@ -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