1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Create *.so for a.out case.

This commit is contained in:
Satoshi Asami 1998-09-28 10:23:58 +00:00
parent e206bd4ef4
commit b7b2b72ded
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13518

View File

@ -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: