diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-26 05:01:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-26 05:01:16 +0800 |
commit | 6b2984571d0f83235518a26ed766769df112ba82 (patch) | |
tree | 76d93beaac7496ce30e3a7e2e9246482b02aaef8 /archivers | |
parent | c2ee8d3bb0883c9b9d5be284b0a35ba20aba12a3 (diff) | |
download | freebsd-ports-gnome-6b2984571d0f83235518a26ed766769df112ba82.tar.gz freebsd-ports-gnome-6b2984571d0f83235518a26ed766769df112ba82.tar.zst freebsd-ports-gnome-6b2984571d0f83235518a26ed766769df112ba82.zip |
Fix msgpack dependency
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-attic/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/py-attic/Makefile b/archivers/py-attic/Makefile index 32782267ab2c..ab33233cdb95 100644 --- a/archivers/py-attic/Makefile +++ b/archivers/py-attic/Makefile @@ -22,6 +22,10 @@ USES= python:3.3+ ssl USE_PYTHON= autoplist distutils PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER} +REINPLACE_ARGS= -i '' + +post-patch: + @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/attic/*.so |