aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-rst2html5
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:17:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:17:30 +0000
commit0068f2d47fabca8b05218243fb099000a6413c86 (patch)
treeb8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/py-rst2html5
parent83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff)
downloadports-0068f2d47fabca8b05218243fb099000a6413c86.tar.gz
ports-0068f2d47fabca8b05218243fb099000a6413c86.zip
Notes
Diffstat (limited to 'textproc/py-rst2html5')
-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>