aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-rst2html5/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 07:17:30 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 07:17:30 +0800
commit260207ce91e2656af49dbcb8b2556c315389b3a2 (patch)
treeb8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/py-rst2html5/Makefile
parent3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (diff)
downloadfreebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.gz
freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.zst
freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)
Diffstat (limited to 'textproc/py-rst2html5/Makefile')
-rw-r--r--textproc/py-rst2html5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-rst2html5/Makefile b/textproc/py-rst2html5/Makefile
index a8d8ed48af64..5ce593c21966 100644
--- a/textproc/py-rst2html5/Makefile
+++ b/textproc/py-rst2html5/Makefile
@@ -1,6 +1,5 @@
# Created by: Olivier Duchateau
# $FreeBSD$
-#
PORTNAME= rst2html5
PORTVERSION= 1.0
@@ -18,4 +17,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:${PORTSDIR}/textproc/py-genshi \
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
+NO_STAGE= yes
.include <bsd.port.mk>