aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/py-resourcepackage/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/py-resourcepackage/Makefile b/devel/py-resourcepackage/Makefile
index 6aa77cb32649..4848f805d0a2 100644
--- a/devel/py-resourcepackage/Makefile
+++ b/devel/py-resourcepackage/Makefile
@@ -13,13 +13,6 @@ COMMENT= Automated resource-as-package embedding mechanism
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= ResourcePackage
-
-NO_STAGE= yes
-post-install:
- @${FIND} ${PYTHON_SITELIBDIR}/resourcepackage -type f | \
- ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
- @${FIND} ${PYTHON_SITELIBDIR}/resourcepackage -type d | ${SORT} -r | \
- ${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>