diff options
author | asami <asami@FreeBSD.org> | 1998-09-28 09:59:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-28 09:59:02 +0000 |
commit | 3be818f251594e019bc675247987d2f09e1dfdc8 (patch) | |
tree | 199d9e1b5f80799357da57f3d499c4d85ce1fb3d /japanese | |
parent | 8e85ac0d012331767cfa59c6ee1a54f5219bd663 (diff) | |
download | FreeBSD-ports-3be818f251594e019bc675247987d2f09e1dfdc8.zip FreeBSD-ports-3be818f251594e019bc675247987d2f09e1dfdc8.tar.gz |
Create libtk42jp.so link in a.out case.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tk42/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/tk42/Makefile b/japanese/tk42/Makefile index 36966ba..a26c2c5 100644 --- a/japanese/tk42/Makefile +++ b/japanese/tk42/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: taguchi@tohoku.iij.ad.jp # -# $Id: Makefile,v 1.5 1998/08/07 23:55:45 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/27 08:24:35 kuriyama Exp $ # DISTNAME= tk4.2p2 @@ -50,6 +50,9 @@ pre-install: post-install: cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} install ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + if [ "${PORTOBJFORMAT}" = "aout" ]; then \ + ${LN} -sf libtk42jp.so.1.0 ${PREFIX}/lib/libtk42jp.so; \ + fi @echo "**********" @echo "IMPORTANT:" @echo "**********" |