aboutsummaryrefslogtreecommitdiff
path: root/devel/py-interface/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-interface/Makefile')
-rw-r--r--devel/py-interface/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-interface/Makefile b/devel/py-interface/Makefile
index caddbd27ab94..1f4893252120 100644
--- a/devel/py-interface/Makefile
+++ b/devel/py-interface/Makefile
@@ -14,13 +14,15 @@ COMMENT= Python implementation of an Erlang node
LICENSE= LGPL20
USES= python
-USE_PYTHON= distutils
+USE_PYTHON= distutils autoplist
PYDISTUTILS_PKGNAME= py_${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME}
# EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME}
OPTIONS_DEFINE= DOCS
+PORTDOCS= README
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}