Skip to content

Commit

Permalink
net/py-maxminddb: fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmcdonald91 committed Jan 10, 2023
1 parent a3fe1cb commit 38a7157
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/py-maxminddb/Makefile
@@ -1,6 +1,5 @@
PORTNAME= maxminddb
PORTVERSION= 2.2.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net python geography
Expand All @@ -21,9 +20,9 @@ GH_ACCOUNT= maxmind
GH_PROJECT= MaxMind-DB-Reader-python
GH_TAGNAME= d8accfe

USE_PYTHON= allflavors autoplist concurrent distutils
USE_PYTHON= autoplist distutils

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD}
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/maxminddb/extension*.so

.include <bsd.port.mk>

0 comments on commit 38a7157

Please sign in to comment.