summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/nroff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/nroff/Makefile')
-rw-r--r--gnu/usr.bin/groff/nroff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/nroff/Makefile b/gnu/usr.bin/groff/nroff/Makefile
index 8998b2d..6758dd4 100644
--- a/gnu/usr.bin/groff/nroff/Makefile
+++ b/gnu/usr.bin/groff/nroff/Makefile
@@ -4,9 +4,9 @@ MANDEPEND= nroff.1
CLEANFILES+= ${MANDEPEND}
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/nroff.sh $(DESTDIR)$(BINDIR)/nroff
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/psroff.sh $(DESTDIR)$(BINDIR)/psroff
.include <../Makefile.cfg>
OpenPOWER on IntegriCloud