diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-18 01:46:03 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-18 01:46:03 +0800 |
commit | c795de8aa4121451dd7f08b94ae10c18d3a56532 (patch) | |
tree | 0410eee37e53df707fcf813b1a0cc8bd3241a92c /net | |
parent | 05ee15050cfbf398022711795578bef9a94d987c (diff) | |
download | freebsd-ports-gnome-c795de8aa4121451dd7f08b94ae10c18d3a56532.tar.gz freebsd-ports-gnome-c795de8aa4121451dd7f08b94ae10c18d3a56532.tar.zst freebsd-ports-gnome-c795de8aa4121451dd7f08b94ae10c18d3a56532.zip |
Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-maxminddb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/py-maxminddb/Makefile b/net/py-maxminddb/Makefile index 73a21ff89387..582a9aaa715a 100644 --- a/net/py-maxminddb/Makefile +++ b/net/py-maxminddb/Makefile @@ -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> |