1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-17 17:46:03 +00:00
parent 05ee15050c
commit c795de8aa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485181

View File

@ -23,9 +23,7 @@ GH_PROJECT= MaxMind-DB-Reader-python
USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/maxminddb/extension.so
.include <bsd.port.post.mk>
.include <bsd.port.mk>