diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 10:23:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 10:23:58 +0000 |
commit | b7b2b72ded82561878cb532cbeab0dd197c49cda (patch) | |
tree | f33794d788ad2d703895e3c49e9dc875f36de7aa /japanese | |
parent | Create 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/Makefile | 5 |
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: |