aboutsummaryrefslogtreecommitdiff
path: root/graphics/freeimage
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-07-08 15:01:51 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-07-08 15:01:51 +0000
commit56c0db84021c7fd38a2350c4ea1e5d1571b42290 (patch)
treeba6134d5de2d2cd8bcaa0517aeb94eba54bcaf85 /graphics/freeimage
parenta3847be7a2b649e3634e4f8e5ac61f6541ab040e (diff)
downloadports-56c0db84021c7fd38a2350c4ea1e5d1571b42290.tar.gz
ports-56c0db84021c7fd38a2350c4ea1e5d1571b42290.zip
Notes
Diffstat (limited to 'graphics/freeimage')
-rw-r--r--graphics/freeimage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index 46f1c0fddf0f..012ca0a4c0d5 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -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>