From c2bf0ce2ff084126d08a33233d963003374c9ef0 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 1 Mar 2014 18:12:35 +0000 Subject: - Convert to autoplist - Stage support - Bump PORTREVISION --- textproc/py-creole/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/textproc/py-creole/Makefile b/textproc/py-creole/Makefile index ef5d41399e0b..d8c44be9188a 100644 --- a/textproc/py-creole/Makefile +++ b/textproc/py-creole/Makefile @@ -3,6 +3,7 @@ PORTNAME= creole PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +17,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= python_creole +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include -- cgit