summaryrefslogtreecommitdiff
path: root/japanese/tcl76
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-28 09:53:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-28 09:53:08 +0000
commit8d63da8b4dded790bda8d0dbc3b13e4802488493 (patch)
tree9d90231388a2b2f04e2f6694159e667f66fea727 /japanese/tcl76
parentDoesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk (diff)
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/Makefile5
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