aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-03-03 01:17:52 +0000
committerWen Heping <wen@FreeBSD.org>2016-03-03 01:17:52 +0000
commite43fb1abc9b098cc42f388d8f6a66564c1234e5b (patch)
treebef180bfd062ed720a6a45bcb6269380073a50c9 /graphics/mapserver
parenta29074915b8ecc4f744a49e39db50a8b3c7f6414 (diff)
downloadports-e43fb1abc9b098cc42f388d8f6a66564c1234e5b.tar.gz
ports-e43fb1abc9b098cc42f388d8f6a66564c1234e5b.zip
- Correct link the .so lib file
PR: 207623 Submitted by: jjachuf@gmail.com
Notes
Notes: svn path=/head/; revision=409994
Diffstat (limited to 'graphics/mapserver')
-rw-r--r--graphics/mapserver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 180cf382af5b..51b25b9ea1d1 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mapserver
PORTVERSION= 7.0.1
+PORTREVISION= 1
CATEGORIES= graphics www geography
MASTER_SITES= http://download.osgeo.org/mapserver/
@@ -199,7 +200,7 @@ do-install:
.endif
post-install:
- @${LN} -s ${PREFIX}/lib/libmapserver.so.7.0.0 ${STAGEDIR}${PREFIX}/lib/libmapserver.so.2
+ @${LN} -s ${PREFIX}/lib/libmapserver.so.7.0.1 ${STAGEDIR}${PREFIX}/lib/libmapserver.so.2
@${LN} -s ${PREFIX}/lib/libmapserver.so.2 ${STAGEDIR}${PREFIX}/lib/libmapserver.so
.if ${PORT_OPTIONS:MPHP}