freebsd-ports/japanese/man/pkg-install
Satoshi Asami 576e0f5985 Fix build on 2.1.5 systems. Also add files I forgot I forgot
last time.

Submitted by:	kiri
1997-02-14 05:20:19 +00:00

11 lines
232 B
Bash

#!/bin/sh
CP=${CP:-/bin/cp}
usr_tmac=/usr/share/tmac
local_tmac=${PKG_PREFIX}/share/groff/tmac
if [ "X$2" = X"POST-INSTALL" ]; then
${CP} -p ${usr_tmac}/tmac.an ${local_tmac}
${CP} -p ${usr_tmac}/tmac.groff_an ${local_tmac}
fi