diff options
Diffstat (limited to 'devel/py-ScriptTest/Makefile')
-rw-r--r-- | devel/py-ScriptTest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-ScriptTest/Makefile b/devel/py-ScriptTest/Makefile index 5d7539274364..67e72cdb65d0 100644 --- a/devel/py-ScriptTest/Makefile +++ b/devel/py-ScriptTest/Makefile @@ -3,7 +3,7 @@ PORTNAME= ScriptTest PORTVERSION= 1.2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Helper to test command-line scripts LICENSE= MIT USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |