aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-08-14 13:02:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-08-14 13:02:01 +0000
commit1e49a13618d52cb75f5c98befa01935e9785bbc0 (patch)
tree6f6c3509807f1fca4dbbad5c51fe3837af8bd850 /gnu
parentae862803e0b193ea9f0cf80bcae97babf2e04536 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/contrib/mm/Makefile2
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile b/gnu/usr.bin/groff/contrib/mm/Makefile
index b7d78f7a1ea97..763386ba780ec 100644
--- a/gnu/usr.bin/groff/contrib/mm/Makefile
+++ b/gnu/usr.bin/groff/contrib/mm/Makefile
@@ -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
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index db77dc550c2ab..e7b96a5e3d015 100644
--- a/gnu/usr.bin/groff/tmac/Makefile
+++ b/gnu/usr.bin/groff/tmac/Makefile
@@ -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>