summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/Makefile.dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
commit9c0dc173cc77c4480ea66866d12021bb609b5deb (patch)
tree67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /gnu/usr.bin/groff/Makefile.dev
parent6eee579315c654f5d06b165ce593fa686aeafbb3 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/groff/Makefile.dev')
-rw-r--r--gnu/usr.bin/groff/Makefile.dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.dev b/gnu/usr.bin/groff/Makefile.dev
index 4f6948fb19d6..36c3f30a526e 100644
--- a/gnu/usr.bin/groff/Makefile.dev
+++ b/gnu/usr.bin/groff/Makefile.dev
@@ -22,7 +22,7 @@ maninstall:
install:
for f in $(FONTFILES); do \
ff=$$f; test -f $$f || ff=${.CURDIR}/$$f || true; \
- install -c -o $(FONTOWN) -g $(FONTGRP) -m $(FONTMODE) $$ff \
+ $(INSTALL) -c -o $(FONTOWN) -g $(FONTGRP) -m $(FONTMODE) $$ff \
$(DESTDIR)$(DEVICEDIR)/$$f; \
done
.endif