summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/contrib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
committerru <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
commitcd7c90d38fcfaa98c9e2a069b70138ddf87e3955 (patch)
tree28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /gnu/usr.bin/groff/contrib
parent700fcd80fce2f08200f5778781eb49372f0dbb64 (diff)
downloadFreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.zip
FreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.tar.gz
s/${INSTALL} -c/${INSTALL} ${COPY}/
Diffstat (limited to 'gnu/usr.bin/groff/contrib')
-rw-r--r--gnu/usr.bin/groff/contrib/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile b/gnu/usr.bin/groff/contrib/mm/Makefile
index 0356802..13686f0 100644
--- a/gnu/usr.bin/groff/contrib/mm/Makefile
+++ b/gnu/usr.bin/groff/contrib/mm/Makefile
@@ -24,7 +24,7 @@ CLEANFILES+= ${MAN}
beforeinstall:
.for locale in ${LOCALE}
.if !exists(${DESTDIR}${TMACDIR}/mm/${locale})
- ${INSTALL} -c -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \
+ ${INSTALL} ${COPY} -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \
/dev/null ${DESTDIR}${TMACDIR}/mm/${locale}
.endif
.endfor
OpenPOWER on IntegriCloud