mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
bin to BIN{OWN,GRP} and add Id line
This commit is contained in:
parent
7e2a6151f5
commit
ffc946a350
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28609
@ -1,3 +1,5 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
PROG= troff
|
PROG= troff
|
||||||
SRCS= env.cc node.cc input.cc div.cc symbol.cc dictionary.cc reg.cc \
|
SRCS= env.cc node.cc input.cc div.cc symbol.cc dictionary.cc reg.cc \
|
||||||
number.cc majorminor.cc
|
number.cc majorminor.cc
|
||||||
@ -19,10 +21,10 @@ majorminor.cc: ${GROFF_DIST}/VERSION
|
|||||||
\"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' ${GROFF_DIST}/VERSION`\"\; >>$@
|
\"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' ${GROFF_DIST}/VERSION`\"\; >>$@
|
||||||
|
|
||||||
afterinstall:
|
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
|
${DESTDIR}${tmacdir}/hyphen.us
|
||||||
${INSTALL} -c -o bin -g bin -m 444 ${DIST_DIR}/hyphen.us-ru \
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||||
${DESTDIR}${tmacdir}/hyphen.us-ru
|
${DIST_DIR}/hyphen.us-ru ${DESTDIR}${tmacdir}/hyphen.us-ru
|
||||||
|
|
||||||
.include "../Makefile.cfg"
|
.include "../Makefile.cfg"
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user