diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-12-24 13:46:01 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-12-24 13:46:01 +0000 |
commit | 9cb5898561b302d952fec8e2fac66a945a2c4915 (patch) | |
tree | 9274631a296b893d582fb8062e2f256a3a8c8d77 /net/py-pysendfile | |
parent | 7d195372928d0063fee4bc1fcf003eae95a2451e (diff) | |
download | ports-9cb5898561b302d952fec8e2fac66a945a2c4915.tar.gz ports-9cb5898561b302d952fec8e2fac66a945a2c4915.zip |
Notes
Diffstat (limited to 'net/py-pysendfile')
-rw-r--r-- | net/py-pysendfile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pysendfile/Makefile b/net/py-pysendfile/Makefile index 95a9881d98cd..c759c095629d 100644 --- a/net/py-pysendfile/Makefile +++ b/net/py-pysendfile/Makefile @@ -20,6 +20,6 @@ USES= python USE_PYTHON= distutils autoplist post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sendfile.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sendfile*.so .include <bsd.port.mk> |