From bc38de63fc69fe158f3952f914a14aca9db4ca41 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 31 Jan 2014 10:18:44 +0000 Subject: [PATCH] - Convert to PYDISTUTILS_AUTOPLIST - Stage support - Bump PORTREV --- net/py-smbpasswd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/py-smbpasswd/Makefile b/net/py-smbpasswd/Makefile index d893cedfb88f..0dde7dfe41f6 100644 --- a/net/py-smbpasswd/Makefile +++ b/net/py-smbpasswd/Makefile @@ -3,6 +3,7 @@ PORTNAME= smbpasswd PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \ GOOGLE_CODE \ @@ -16,10 +17,9 @@ COMMENT= SMB/CIFS password generation utility for Python LICENSE= GPLv2 -PLIST_FILES= %%PYTHON_SITELIBDIR%%/smbpasswd.so # Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include