aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-filelock
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-05-20 06:42:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-05-20 06:42:03 +0000
commit19053cb1140a8b543fd86524c98e9fcb2e46d43b (patch)
tree3ea93bf080afaf766e8929fb8c8cc17ef18c9f7e /sysutils/py-filelock
parentf6fe77907f29e4199d1cd543fb050876adc29bf0 (diff)
downloadports-19053cb1140a8b543fd86524c98e9fcb2e46d43b.tar.gz
ports-19053cb1140a8b543fd86524c98e9fcb2e46d43b.zip
Unbreak py-filelock and unbreak bulk -a
Notes
Notes: svn path=/head/; revision=502086
Diffstat (limited to 'sysutils/py-filelock')
-rw-r--r--sysutils/py-filelock/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/py-filelock/Makefile b/sysutils/py-filelock/Makefile
index 26bf72c4d8de..ca4c70d16a7e 100644
--- a/sysutils/py-filelock/Makefile
+++ b/sysutils/py-filelock/Makefile
@@ -12,9 +12,12 @@ COMMENT= Platform independent file lock
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3.6+ # fails on 27: https://github.com/benediktschmitt/py-filelock/issues/53
+USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
+post-patch:
+ @${REINPLACE_CMD} 's,LICENSE.rst,LICENSE,' ${WRKSRC}/setup.py
+
.include <bsd.port.mk>