diff options
author | jkh <jkh@FreeBSD.org> | 1998-10-05 12:03:38 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-10-05 12:03:38 +0800 |
commit | 749aebd7813511c0fbb7243c3cf2c0822095c56d (patch) | |
tree | 2f9d2e5dd94e31291b6f42a62aa5b0b901d3d9c4 /graphics | |
parent | 4cda1c417b52dbff2b963cb427df67c300aca6b4 (diff) | |
download | freebsd-ports-gnome-749aebd7813511c0fbb7243c3cf2c0822095c56d.tar.gz freebsd-ports-gnome-749aebd7813511c0fbb7243c3cf2c0822095c56d.tar.zst freebsd-ports-gnome-749aebd7813511c0fbb7243c3cf2c0822095c56d.zip |
Revert previous diff; we've found the XFree86 dist problem which really
causes this.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpm/Makefile | 6 |
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 |