svn commit: r411257 - head/www/rtv

Antoine Brodin antoine at FreeBSD.org
Thu Mar 17 06:39:41 UTC 2016


Author: antoine
Date: Thu Mar 17 06:39:40 2016
New Revision: 411257
URL: https://svnweb.freebsd.org/changeset/ports/411257

Log:
  Unbreak INDEX when PACKAGE_BUILDING is set

Modified:
  head/www/rtv/Makefile

Modified: head/www/rtv/Makefile
==============================================================================
--- head/www/rtv/Makefile	Thu Mar 17 05:53:24 2016	(r411256)
+++ head/www/rtv/Makefile	Thu Mar 17 06:39:40 2016	(r411257)
@@ -22,8 +22,10 @@ GH_TAGNAME=	201ef8e
 USES=		tar:xz python:3.3+
 USE_PYTHON=	distutils autoplist
 
+.include <bsd.port.pre.mk>
+
 .if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
 IGNORE=	you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list