diff options
| author | William Grzybowski <wg@FreeBSD.org> | 2013-12-27 11:48:00 +0000 |
|---|---|---|
| committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-27 11:48:00 +0000 |
| commit | d8e755678f5f78c1ec77a4bd5e0e5231dcec3d9d (patch) | |
| tree | 5a84cc3fc57303c8ce1d466af32c0b20bdd80b9c | |
| parent | devel/py-pqueue: support staging (diff) | |
devel/py-resourcepackage: support staging
Notes
Notes:
svn path=/head/; revision=337712
| -rw-r--r-- | devel/py-resourcepackage/Makefile | 9 |
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> |
