aboutsummaryrefslogtreecommitdiff
path: root/devel/py-distutils-extra/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-30 18:25:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-30 18:25:59 +0000
commitef2f009cc5b54036cf9a73e8205facc3c012d0b4 (patch)
treeb1aa7947b42ee23cd558b4aa2d7ef9397449bab6 /devel/py-distutils-extra/Makefile
parent57c9d0f6c019afec992076dcd9cad4cf3a3a7a5a (diff)
Notes
Diffstat (limited to 'devel/py-distutils-extra/Makefile')
-rw-r--r--devel/py-distutils-extra/Makefile23
1 files changed, 2 insertions, 21 deletions
diff --git a/devel/py-distutils-extra/Makefile b/devel/py-distutils-extra/Makefile
index 79b96ebd0851..c136133cc53f 100644
--- a/devel/py-distutils-extra/Makefile
+++ b/devel/py-distutils-extra/Makefile
@@ -14,28 +14,9 @@ COMMENT= Add support for i18n, documentation, and icons to distutils
LICENSE= GPLv2
-NO_STAGE= yes
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_PKGNAME= python_distutils_extra
-PYDISTUTILS_NOEGGINFO= yes
-PYTHON_PY3K_PLIST_HACK= yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_SUB= PYTHON_SUFFIX=${PYTHON_SUFFIX}
-
-.include <bsd.port.pre.mk>
-
-#.if ${PYTHON_REL} >= 320
-#PLIST_SUB+= PYTHON32=""
-#.else
-#PLIST_SUB+= PYTHON32="@comment "
-#.endif
-
-post-install:
-.if ${PYTHON_REL} >= 320
-#.for py in __init__.py command/__init__.py command/build_extra.py
-# ${PYTHON_CMD} -m compileall ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/DistUtilsExtra/${py}
-#.endfor
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>