aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-01-29 21:11:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-01-29 21:12:45 +0000
commit522670310d10096c4ebc284b55f30b4ce0f1aa09 (patch)
treeeefbfd5792ee17ec2383253b8f1538fabb4411cf
parent8210f8acfcfcf70ea4621cfdb3413577acddf98d (diff)
downloadports-522670310d10096c4ebc284b55f30b4ce0f1aa09.tar.gz
ports-522670310d10096c4ebc284b55f30b4ce0f1aa09.zip
devel/poetry: Fix build - it was not installing some files due to git being present
-rw-r--r--devel/poetry/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/poetry/Makefile b/devel/poetry/Makefile
index 35c826d4a90e..0ebd15085d2e 100644
--- a/devel/poetry/Makefile
+++ b/devel/poetry/Makefile
@@ -1,5 +1,6 @@
PORTNAME= poetry
DISTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= -python-tool
@@ -43,4 +44,6 @@ USE_PYTHON= pep517 noflavors autoplist
NO_ARCH= yes
+BINARY_ALIAS= git=false # when git is present it picks .gitignore for somne reason and fails to create a proper wheel because 'work' is in .gitignore
+
.include <bsd.port.mk>