aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-23 05:26:32 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-23 05:26:32 +0000
commitffc946a350676aea16199b151bd3bf9e994c25e0 (patch)
treec09135968267c116d2c13d7e2783507149875d73 /gnu
parent7e2a6151f56b4f13df1f8641f715e928735d576f (diff)
downloadsrc-ffc946a350676aea16199b151bd3bf9e994c25e0.tar.gz
src-ffc946a350676aea16199b151bd3bf9e994c25e0.zip
bin to BIN{OWN,GRP} and add Id line
Notes
Notes: svn path=/head/; revision=28609
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 bdba81ec014f..41de42cc5788 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>