From 8d63da8b4dded790bda8d0dbc3b13e4802488493 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 28 Sep 1998 09:53:08 +0000 Subject: Create libtcl76jp.so symlink in a.out case. --- japanese/tcl76/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'japanese') diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 004a5a85ce2a..423689c01767 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -3,7 +3,7 @@ # Date created: 11 March 1997 # Whom: taguchi@tohoku.iij.ad.jp # -# $Id: Makefile,v 1.5 1998/07/03 23:06:30 steve Exp $ +# $Id: Makefile,v 1.6 1998/09/26 12:45:10 kuriyama Exp $ # DISTNAME= tcl7.6p2 @@ -45,6 +45,9 @@ pre-install: post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + if [ "${PORTOBJFORMAT}" = "aout" ]; then \ + ${LN} -sf libtcl76jp.so.1.0 ${PREFIX}/lib/libtcl76jp.so; \ + fi test: cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test -- cgit v1.2.3