aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-04-05 18:54:30 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-04-05 18:54:30 +0000
commit9547b933092a8e0f736a34e2330f9dc7b975a34b (patch)
treea28aee1f8459abe48f9dde93d6ded6394d904140 /dns
parentebf441999bef13f4670fee7020458079f568a2bd (diff)
downloadports-9547b933092a8e0f736a34e2330f9dc7b975a34b.tar.gz
ports-9547b933092a8e0f736a34e2330f9dc7b975a34b.zip
Notes
Diffstat (limited to 'dns')
-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>