summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-06 01:15:03 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-06 01:15:03 +0000
commit72bf855912ff92fe012fc4969a13e3c53b2216ca (patch)
treeb11bdb1b23235d37624192cafcb9bcafb550a2bb /japanese
parentUpgrade to xephem 3.2.2 (diff)
Fixed "install-man" target in /usr/ports/japanese/tk80/Makefile
PR: ports/10915 Submitted by: haro@tk.kubota.co.jp (Munehiro Matsuda)
Notes
Notes: svn path=/head/; revision=17661
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tk80/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile
index f6b49dc8e02b..14b857395b86 100644
--- a/japanese/tk80/Makefile
+++ b/japanese/tk80/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Dec 1997
# Whom: taguchi@tohoku.iij.ad.jp
#
-# $Id: Makefile,v 1.10 1999/01/20 10:53:01 flathill Exp $
+# $Id: Makefile,v 1.11 1999/04/02 02:38:04 taoka Exp $
#
DISTNAME= tk8.0.5
@@ -57,9 +57,9 @@ post-install:
@${CAT} ${PKGDIR}/MESSAGE
test:
- cd ${WRKSRC} && ${MAKE} test
+ cd ${WRKSRC} && PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test
install-man:
- cd ${WRKSRC} && ${MAKE} install-man
+ cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} install-man
.include <bsd.port.post.mk>