Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2016 06:39:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411257 - head/www/rtv
Message-ID:  <201603170639.u2H6deHc092120@repo.freebsd.org>

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



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