Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2014 20:17:54 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339975 - in head/lang: python-doc-pdf-a4 python-doc-pdf-letter python-doc-text
Message-ID:  <201401162017.s0GKHsBx079976@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Jan 16 20:17:54 2014
New Revision: 339975
URL: http://svnweb.freebsd.org/changeset/ports/339975
QAT: https://qat.redports.org/buildarchive/r339975/

Log:
  - mark stage-safe

Modified:
  head/lang/python-doc-pdf-a4/Makefile
  head/lang/python-doc-pdf-letter/Makefile
  head/lang/python-doc-text/Makefile

Modified: head/lang/python-doc-pdf-a4/Makefile
==============================================================================
--- head/lang/python-doc-pdf-a4/Makefile	Thu Jan 16 20:15:07 2014	(r339974)
+++ head/lang/python-doc-pdf-a4/Makefile	Thu Jan 16 20:17:54 2014	(r339975)
@@ -4,5 +4,4 @@
 DOCFORMAT=	pdf-a4
 MASTERDIR=	${.CURDIR}/../python-doc-html
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/lang/python-doc-pdf-letter/Makefile
==============================================================================
--- head/lang/python-doc-pdf-letter/Makefile	Thu Jan 16 20:15:07 2014	(r339974)
+++ head/lang/python-doc-pdf-letter/Makefile	Thu Jan 16 20:17:54 2014	(r339975)
@@ -4,5 +4,4 @@
 DOCFORMAT=	pdf-letter
 MASTERDIR=	${.CURDIR}/../python-doc-html
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/lang/python-doc-text/Makefile
==============================================================================
--- head/lang/python-doc-text/Makefile	Thu Jan 16 20:15:07 2014	(r339974)
+++ head/lang/python-doc-text/Makefile	Thu Jan 16 20:17:54 2014	(r339975)
@@ -4,5 +4,4 @@
 DOCFORMAT=	text
 MASTERDIR=	${.CURDIR}/../python-doc-html
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"



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