aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 19:55:24 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 19:55:24 +0000
commitc088d09f2d28779b7113344862ffe0fc60fc70f4 (patch)
tree9b378bd9eff8df40006d3fb7ac955347a9f6ad5f /japanese
parentd8240282a5aa04f1acd2a850333dca65140bbe64 (diff)
downloadports-c088d09f2d28779b7113344862ffe0fc60fc70f4.tar.gz
ports-c088d09f2d28779b7113344862ffe0fc60fc70f4.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jtex209-both/Makefile4
-rw-r--r--japanese/netscape3.language/Makefile4
-rw-r--r--japanese/pine/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile
index dc2b8eba943e..ec7fc9170f28 100644
--- a/japanese/jtex209-both/Makefile
+++ b/japanese/jtex209-both/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/11/22 01:38:46 asami Exp $
+# $Id: Makefile,v 1.8 1999/05/04 10:29:05 kuriyama Exp $
#
DISTNAME?= ja-jlatex209-a17-n152
@@ -50,7 +50,7 @@ pre-build:
post-install:
.if !defined(BATCH)
@(\
- if [ -e /usr/local/share/tex/BOTH ] ; \
+ if [ -e ${PREFIX}/share/tex/BOTH ] ; \
then ${SH} ${FILESDIR}/linkselect.sh ; \
fi \
)
diff --git a/japanese/netscape3.language/Makefile b/japanese/netscape3.language/Makefile
index 4f52f32c3c96..787298fff951 100644
--- a/japanese/netscape3.language/Makefile
+++ b/japanese/netscape3.language/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 November 1997
# Whom: SADA Kenji <sada@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1998/12/10 15:10:19 sada Exp $
+# $Id: Makefile,v 1.5 1999/02/03 11:11:48 asami Exp $
#
DISTNAME= ja-netscape-3.04
@@ -25,7 +25,7 @@ NO_WRKSUBDIR= YES
NO_BUILD= YES
# This directory is hard-coded into the netscape binary
-LIBDIR= /usr/local/lib/netscape
+LIBDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
NLSDIR= ${LIBDIR}/nls
diff --git a/japanese/pine/Makefile b/japanese/pine/Makefile
index bcc335626cbe..6e03dd8ab873 100644
--- a/japanese/pine/Makefile
+++ b/japanese/pine/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 May 1996
# Whom: masafumi
#
-# $Id: Makefile,v 1.13 1998/09/21 22:33:26 steve Exp $
+# $Id: Makefile,v 1.14 1998/10/16 04:55:14 jseger Exp $
#
DISTNAME= pine3.95
@@ -47,6 +47,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pine/pine.ndx ${PREFIX}/lib/pine
${INSTALL_DATA} ${WRKSRC}/pine/pine_ja.hlp ${PREFIX}/lib/pine
${INSTALL_DATA} ${WRKSRC}/pine/pine_ja.ndx ${PREFIX}/lib/pine
- ${LDCONFIG} -m /usr/local/lib
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>