aboutsummaryrefslogtreecommitdiff
path: root/dns/py-pywdns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/py-pywdns/Makefile')
-rw-r--r--dns/py-pywdns/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/py-pywdns/Makefile b/dns/py-pywdns/Makefile
index bd97a52e1f3e..f2ed409cc9f0 100644
--- a/dns/py-pywdns/Makefile
+++ b/dns/py-pywdns/Makefile
@@ -15,13 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libwdns.so:${PORTSDIR}/dns/wdns
USE_PYTHON= distutils autoplist
-
USES= pkgconfig python
post-patch:
${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
post-install:
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/python2.7/site-packages/wdns.so
+ ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/wdns.so
.include <bsd.port.mk>