aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/snmp++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/snmp++/Makefile')
-rw-r--r--net-mgmt/snmp++/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/snmp++/Makefile b/net-mgmt/snmp++/Makefile
index a7553f7b7125..6569fd4fac82 100644
--- a/net-mgmt/snmp++/Makefile
+++ b/net-mgmt/snmp++/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= snmp++
-PORTVERSION= 3.2.23
+PORTVERSION= 3.2.25
CATEGORIES= net-mgmt
MASTER_SITES= http://www.agentpp.com/
DISTNAME= ${PORTNAME}v${PORTVERSION}
@@ -23,4 +23,7 @@ USE_LDCONFIG= yes
post-extract:
${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}
+post-install:
+ ${LN} -sf ${PREFIX}/lib/libsnmp++.so.2.0.0 ${PREFIX}/lib/libsnmp++.so
+
.include <bsd.port.mk>