1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Be sure to install the libXpm.so link in an a.out world.

Noticed by:	Satoshi Asami
This commit is contained in:
Steve Price 1998-09-21 21:28:17 +00:00
parent 03af199751
commit ecab732bf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13289

View File

@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.16 1998/09/14 19:48:51 markm Exp $
# $Id: Makefile,v 1.17 1998/09/16 01:36:13 steve Exp $
#
DISTNAME= xpm-3.4k
@ -17,6 +17,9 @@ USE_IMAKE= yes
MAN1= cxpm.1 sxpm.1
post-install:
if [ "${PORTOBJFORMAT}" = "aout" ]; then \
${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so; \
fi
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>