diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
| commit | 0b87f79976047c8f4332bbf7dc03146f6b0de79f (patch) | |
| tree | 28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /gnu/usr.bin/groff/src | |
| parent | 7f3c93b7de07382b10f6322cc10203ba493e2898 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff/src')
| -rw-r--r-- | gnu/usr.bin/groff/src/utils/indxbib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/src/utils/indxbib/Makefile b/gnu/usr.bin/groff/src/utils/indxbib/Makefile index eae694a2f755..3a5c786c3364 100644 --- a/gnu/usr.bin/groff/src/utils/indxbib/Makefile +++ b/gnu/usr.bin/groff/src/utils/indxbib/Makefile @@ -7,7 +7,7 @@ LDADD= ${LIBBIB} ${LIBGROFF} -lm CLEANFILES= ${MAN} beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ ${DIST_DIR}/eign ${DESTDIR}${SHAREDIR}/dict/ .include <bsd.prog.mk> |
