1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

hyphen.us-ru has moved from /usr/share/tmac to /usr/share/tmac/locale in

4-current.
This commit is contained in:
Satoshi Asami 1999-09-20 09:07:09 +00:00
parent 8ba85bcc41
commit b8b783d294
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21826

View File

@ -39,6 +39,8 @@ post-patch:
esac; \
done
.include <bsd.port.pre.mk>
post-install:
@${CP} -p /usr/share/tmac/tmac.an ${PREFIX}/share/groff/tmac
@${CP} -p /usr/share/tmac/tmac.andoc ${PREFIX}/share/groff/tmac
@ -46,10 +48,14 @@ post-install:
@${CP} -p /usr/share/tmac/tmac.orig_me ${PREFIX}/share/groff/tmac
@${CP} -p /usr/share/tmac/tmac.vgrind ${PREFIX}/share/groff/tmac
@${CP} -p /usr/share/tmac/eqnrc ${PREFIX}/share/groff/tmac
.if ${OSVERSION} >= 400000
@${CP} -p /usr/share/tmac/locale/hyphen.us-ru ${PREFIX}/share/groff/tmac
.else
@${CP} -p /usr/share/tmac/hyphen.us-ru ${PREFIX}/share/groff/tmac
.endif
@${CP} -p /usr/share/tmac/troffrc ${PREFIX}/share/groff/tmac
@${CP} -p /usr/share/tmac/mdoc/doc-common ${PREFIX}/share/groff/tmac/mdoc
@${CP} -p /usr/share/tmac/mdoc/doc-syms ${PREFIX}/share/groff/tmac/mdoc
@/usr/bin/patch -d ${PREFIX}/share/groff/tmac < ${FILESDIR}/rc.diff
.include <bsd.port.mk>
.include <bsd.port.post.mk>