summaryrefslogtreecommitdiff
path: root/lang/python-doc-text
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python-doc-text')
-rw-r--r--lang/python-doc-text/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python-doc-text/Makefile b/lang/python-doc-text/Makefile
new file mode 100644
index 000000000000..c3ef1958d161
--- /dev/null
+++ b/lang/python-doc-text/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: python-doc-text
+# Date created: 12 November 2010
+# Whom: John Hein <jhein@symmetricom.com>
+#
+# $FreeBSD$
+#
+
+DOCFORMAT= text
+MASTERDIR= ${.CURDIR}/../python-doc-html
+
+.include "${MASTERDIR}/Makefile"