diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 09:53:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 09:53:08 +0000 |
commit | 8d63da8b4dded790bda8d0dbc3b13e4802488493 (patch) | |
tree | 9d90231388a2b2f04e2f6694159e667f66fea727 /japanese/tcl76 | |
parent | d180c1547c7bf4e263ad4287396ccba22ac77a93 (diff) | |
download | ports-8d63da8b4dded790bda8d0dbc3b13e4802488493.tar.gz ports-8d63da8b4dded790bda8d0dbc3b13e4802488493.zip |
Create libtcl76jp.so symlink in a.out case.
Notes
Notes:
svn path=/head/; revision=13515
Diffstat (limited to 'japanese/tcl76')
-rw-r--r-- | japanese/tcl76/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |