Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2013 15:01:51 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322509 - head/graphics/freeimage
Message-ID:  <201307081501.r68F1pn3008784@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Jul  8 15:01:51 2013
New Revision: 322509
URL: http://svnweb.freebsd.org/changeset/ports/322509

Log:
  - Fix shlib symlinks
  - Bump PORTREVISION
  
  PR:		180169
  Submitted by:	Andrea Venturoli <ml@netfence.it>

Modified:
  head/graphics/freeimage/Makefile

Modified: head/graphics/freeimage/Makefile
==============================================================================
--- head/graphics/freeimage/Makefile	Mon Jul  8 14:31:35 2013	(r322508)
+++ head/graphics/freeimage/Makefile	Mon Jul  8 15:01:51 2013	(r322509)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freeimage
 PORTVERSION=	3.15.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Source%20Distribution/${PORTVERSION}
 DISTNAME=	FreeImage${PORTVERSION:S/.//g}
@@ -45,7 +45,7 @@ post-build:
 
 post-install:
 	cd ${WRKSRC} && ${GMAKE} -f Makefile.fip ${INSTALL_TARGET}
-	${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so.3
-	${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so
+	${LN} -s libfreeimageplus-${PORTVERSION}.so.3 ${PREFIX}/lib/libfreeimageplus.so
+	${LN} -s libfreeimageplus-${PORTVERSION}.so ${PREFIX}/lib/libfreeimageplus.so.3
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081501.r68F1pn3008784>