diff options
Diffstat (limited to 'graphics/xpm')
-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 0dcdd6e..9c02914 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.17 1998/09/16 01:36:13 steve Exp $ +# $Id: Makefile,v 1.18 1998/09/21 21:28:17 steve Exp $ # DISTNAME= xpm-3.4k @@ -17,8 +17,8 @@ USE_IMAKE= yes MAN1= cxpm.1 sxpm.1 post-install: - if [ "${PORTOBJFORMAT}" = "aout" ]; then \ - ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so; \ + if [ "${PORTOBJFORMAT}" = "elf" ]; then \ + ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so.4; \ fi ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |