summaryrefslogtreecommitdiff
path: root/x11-toolkits/Xaw3d
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-21 21:29:23 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-21 21:29:23 +0000
commitb46210d11aee91610e7cc8e24d68ba87126b865e (patch)
tree2152933b3cb0247e621ab340d101d5f01e78ffc7 /x11-toolkits/Xaw3d
parentBe sure to install the libXpm.so link in an a.out world. (diff)
Be sure to install the libXaw3d.so link in an a.out world.
Notes
Notes: svn path=/head/; revision=13290
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r--x11-toolkits/Xaw3d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index 808a69fd2e9a..d24d5af9a671 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 November 1994
# Whom: asami
#
-# $Id: Makefile,v 1.17 1998/08/07 22:56:37 asami Exp $
+# $Id: Makefile,v 1.18 1998/09/21 01:33:22 steve Exp $
#
DISTNAME= Xaw3d-1.3
@@ -21,6 +21,9 @@ post-extract:
cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h .
post-install:
+ if [ "${PORTOBJFORMAT}" = "aout" ]; then \
+ ${LN} -sf libXaw3d.so.6.1 ${PREFIX}/lib/libXaw3d.so; \
+ fi
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/doc/Xaw3d
${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d