summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-08-14 12:10:54 +0000
committerru <ru@FreeBSD.org>2006-08-14 12:10:54 +0000
commitf9958c7d6de05c0781cdffbf4ae9ee7c4d05a0de (patch)
treed2a6ae5c19465d39e169d231443758bb0b142308 /gnu
parentd5648d3e6c320507379005a3272d8e3c6e4a054f (diff)
downloadFreeBSD-src-f9958c7d6de05c0781cdffbf4ae9ee7c4d05a0de.zip
FreeBSD-src-f9958c7d6de05c0781cdffbf4ae9ee7c4d05a0de.tar.gz
Touch `locale' and `se_locale' if they exist to stop people from
thinking they are obsolete. Prodded by: kris Submitted by: des MFC after: 3 days
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/contrib/mm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile b/gnu/usr.bin/groff/contrib/mm/Makefile
index 763386b..b7d78f7 100644
--- a/gnu/usr.bin/groff/contrib/mm/Makefile
+++ b/gnu/usr.bin/groff/contrib/mm/Makefile
@@ -26,5 +26,7 @@ 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
OpenPOWER on IntegriCloud