svn commit: r339975 - in head/lang: python-doc-pdf-a4 python-doc-pdf-letter python-doc-text

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Jan 16 20:17:55 UTC 2014


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"


More information about the svn-ports-all mailing list