diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:03:46 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:03:46 +0000 |
| commit | 353b7ee41ac0676ca21e017ecc37ab58b374d3f1 (patch) | |
| tree | af3242ba4dc40f25d18bad39c3edcd42e0b8a184 /net/libproxy-python | |
| parent | Support stage (diff) | |
Support stage
Diffstat (limited to 'net/libproxy-python')
| -rw-r--r-- | net/libproxy-python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile index 760744583891..c897c59cbabe 100644 --- a/net/libproxy-python/Makefile +++ b/net/libproxy-python/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -python MAINTAINER= gnome@FreeBSD.org COMMENT= python binding for libproxy -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy +LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr @@ -18,7 +18,6 @@ USE_PYTHON= yes LIBPROXY_SLAVE= python -NO_STAGE= yes do-build: # empty @@ -29,9 +28,10 @@ post-build: ${WRKSRC}/bindings/python do-install: + @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} .for file in libproxy.py libproxy.pyc libproxy.pyo ${INSTALL_DATA} ${WRKSRC}/bindings/python/${file} \ - ${PYTHON_SITELIBDIR} + ${STAGEDIR}${PYTHON_SITELIBDIR} .endfor .include "${MASTERDIR}/Makefile" |
