summaryrefslogtreecommitdiff
path: root/graphics/xpm
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-05 04:03:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-05 04:03:38 +0000
commit2269c4487c041560582e2f30a0ecec13ed4ca657 (patch)
tree13c6d826a9ee64a8f7d4f11d26000694c02ad9ea /graphics/xpm
parentUrk, do this so it actually works. Sorry guys. (diff)
Revert previous diff; we've found the XFree86 dist problem which really
causes this.
Notes
Notes: svn path=/head/; revision=13660
Diffstat (limited to 'graphics/xpm')
-rw-r--r--graphics/xpm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 9c02914e638b..0cb844d106fe 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.18 1998/09/21 21:28:17 steve Exp $
+# $Id: Makefile,v 1.19 1998/10/04 20:45:48 jkh Exp $
#
DISTNAME= xpm-3.4k
@@ -17,8 +17,8 @@ USE_IMAKE= yes
MAN1= cxpm.1 sxpm.1
post-install:
- if [ "${PORTOBJFORMAT}" = "elf" ]; then \
- ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so.4; \
+ if [ "${PORTOBJFORMAT}" = "aout" ]; then \
+ ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so; \
fi
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib