aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-09-28 18:22:47 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-09-28 18:22:47 +0000
commit37e6911fe406d623d843d4517db85983ae341eca (patch)
tree446402dba7e06b817f1bf1ea9ec02622c04e7cf5 /net/py-ldap/Makefile
parent5c572259877cd7ca5a4290778fe5ebabf9dfb2a0 (diff)
downloadports-37e6911fe406d623d843d4517db85983ae341eca.tar.gz
ports-37e6911fe406d623d843d4517db85983ae341eca.zip
net/py-ldap: update to 2.4.21
Notes
Notes: svn path=/head/; revision=398126
Diffstat (limited to 'net/py-ldap/Makefile')
-rw-r--r--net/py-ldap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile
index a12ea9dbb0b9..a72801c76a75 100644
--- a/net/py-ldap/Makefile
+++ b/net/py-ldap/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ldap
-PORTVERSION= 2.4.20
+PORTVERSION= 2.4.21
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -41,4 +41,7 @@ do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} setup.py -q saveopts
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_ldap.so
+
.include <bsd.port.mk>