diff options
author | gahr <gahr@FreeBSD.org> | 2013-07-08 23:01:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-07-08 23:01:51 +0800 |
commit | 8952aaa82e6ab73a5f36b4fac91291b7775ef98c (patch) | |
tree | ba6134d5de2d2cd8bcaa0517aeb94eba54bcaf85 /graphics | |
parent | dd4e0f38a466c12fa093c30e807e0e3b86499483 (diff) | |
download | freebsd-ports-gnome-8952aaa82e6ab73a5f36b4fac91291b7775ef98c.tar.gz freebsd-ports-gnome-8952aaa82e6ab73a5f36b4fac91291b7775ef98c.tar.zst freebsd-ports-gnome-8952aaa82e6ab73a5f36b4fac91291b7775ef98c.zip |
- Fix shlib symlinks
- Bump PORTREVISION
PR: 180169
Submitted by: Andrea Venturoli <ml@netfence.it>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freeimage/Makefile | 6 |
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> |