svn commit: r322509 - head/graphics/freeimage

Pietro Cerutti gahr at FreeBSD.org
Mon Jul 8 15:01:52 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list