summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-08-23 05:26:32 +0000
committerjmg <jmg@FreeBSD.org>1997-08-23 05:26:32 +0000
commitdaea96682ac0a2bfa5eb16641f5769723eb55bfa (patch)
tree5c77128280599c0f0ea95ef0a77a9e93db857f38 /gnu
parent7364436505167cd5254f4433235274a7fab84988 (diff)
downloadFreeBSD-src-daea96682ac0a2bfa5eb16641f5769723eb55bfa.zip
FreeBSD-src-daea96682ac0a2bfa5eb16641f5769723eb55bfa.tar.gz
bin to BIN{OWN,GRP} and add Id line
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/troff/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile
index bdba81e..41de42c 100644
--- a/gnu/usr.bin/groff/troff/Makefile
+++ b/gnu/usr.bin/groff/troff/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
PROG= troff
SRCS= env.cc node.cc input.cc div.cc symbol.cc dictionary.cc reg.cc \
number.cc majorminor.cc
@@ -19,10 +21,10 @@ majorminor.cc: ${GROFF_DIST}/VERSION
\"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' ${GROFF_DIST}/VERSION`\"\; >>$@
afterinstall:
- ${INSTALL} -c -o bin -g bin -m 444 ${DIST_DIR}/hyphen.us \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${DIST_DIR}/hyphen.us \
${DESTDIR}${tmacdir}/hyphen.us
- ${INSTALL} -c -o bin -g bin -m 444 ${DIST_DIR}/hyphen.us-ru \
- ${DESTDIR}${tmacdir}/hyphen.us-ru
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${DIST_DIR}/hyphen.us-ru ${DESTDIR}${tmacdir}/hyphen.us-ru
.include "../Makefile.cfg"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud