svn commit: r485181 - head/net/py-maxminddb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 17 17:46:04 UTC 2018


Author: sunpoet
Date: Sat Nov 17 17:46:03 2018
New Revision: 485181
URL: https://svnweb.freebsd.org/changeset/ports/485181

Log:
  Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/py-maxminddb/Makefile

Modified: head/net/py-maxminddb/Makefile
==============================================================================
--- head/net/py-maxminddb/Makefile	Sat Nov 17 17:45:55 2018	(r485180)
+++ head/net/py-maxminddb/Makefile	Sat Nov 17 17:46:03 2018	(r485181)
@@ -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>


More information about the svn-ports-all mailing list