summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-28 10:23:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-28 10:23:58 +0000
commitb7b2b72ded82561878cb532cbeab0dd197c49cda (patch)
treef33794d788ad2d703895e3c49e9dc875f36de7aa /japanese
parentCreate libtk42jp.so link in a.out case. (diff)
Create *.so for a.out case.
Notes
Notes: svn path=/head/; revision=13518
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tcl80/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile
index 529f524b7a7b..756e36dce8d0 100644
--- a/japanese/tcl80/Makefile
+++ b/japanese/tcl80/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 Jan 1998
# Whom: taguchi@tohoku.iij.ad.jp
#
-# $Id: Makefile,v 1.4 1998/07/27 00:14:52 steve Exp $
+# $Id: Makefile,v 1.5 1998/09/27 11:17:06 kuriyama Exp $
#
DISTNAME= tcl8.0.3
@@ -47,6 +47,9 @@ post-install:
)
.endif
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+ if [ "${PORTOBJFORMAT}" = "aout" ]; then \
+ ${LN} -sf libtcl80jp.so.1.2 ${PREFIX}/lib/libtcl80jp.so; \
+ fi
@${CAT} ${PKGDIR}/MESSAGE
test: