summaryrefslogtreecommitdiffstats
path: root/japanese/man/pkg-install
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-02-14 05:20:19 +0000
committerasami <asami@FreeBSD.org>1997-02-14 05:20:19 +0000
commitf4997ddece0db38e155440cdb59fe3ef48ecfc83 (patch)
tree7b431063ce7f43fd42f894986179c1d775e53b93 /japanese/man/pkg-install
parent56ed61d7dd7ca8096f9fb16a38ada01a89be0e52 (diff)
downloadFreeBSD-ports-f4997ddece0db38e155440cdb59fe3ef48ecfc83.zip
FreeBSD-ports-f4997ddece0db38e155440cdb59fe3ef48ecfc83.tar.gz
Fix build on 2.1.5 systems. Also add files I forgot I forgot
last time. Submitted by: kiri
Diffstat (limited to 'japanese/man/pkg-install')
-rw-r--r--japanese/man/pkg-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/man/pkg-install b/japanese/man/pkg-install
new file mode 100644
index 0000000..7f48320
--- /dev/null
+++ b/japanese/man/pkg-install
@@ -0,0 +1,11 @@
+#!/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
OpenPOWER on IntegriCloud