summaryrefslogtreecommitdiff
path: root/textproc/py-html2text
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-html2text
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)
Notes
Notes: svn path=/head/; revision=327773
Diffstat (limited to 'textproc/py-html2text')
-rw-r--r--textproc/py-html2text/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile
index a8e02c85ab6a..47e761e09c10 100644
--- a/textproc/py-html2text/Makefile
+++ b/textproc/py-html2text/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: html2text
-# Date created: 23 April 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= html2text
PORTVERSION= 3.200.3
@@ -19,4 +15,5 @@ USE_PYDISTUTILS=easy_install
CONFLICTS= html2text-[0-9]*
+NO_STAGE= yes
.include <bsd.port.mk>