diff options
author | asami <asami@FreeBSD.org> | 1998-09-28 17:53:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-28 17:53:08 +0800 |
commit | 7878314659f209a58aa8efd30623a3bd4c4db00c (patch) | |
tree | a8eadc1337fd7cfabe5668a4e320a553630045d5 /japanese | |
parent | 8cf96e33237288dc0fd6aa042cf6b911f437e1ba (diff) | |
download | freebsd-ports-graphics-7878314659f209a58aa8efd30623a3bd4c4db00c.tar.gz freebsd-ports-graphics-7878314659f209a58aa8efd30623a3bd4c4db00c.tar.zst freebsd-ports-graphics-7878314659f209a58aa8efd30623a3bd4c4db00c.zip |
Create libtcl76jp.so symlink in a.out case.
Diffstat (limited to 'japanese')
-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 004a5a85ce2..423689c0176 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 |