Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:46:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485181 - head/net/py-maxminddb
Message-ID:  <201811171746.wAHHk3tD076822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171746.wAHHk3tD076822>