diff options
Diffstat (limited to 'devel/pythontidy/Makefile')
-rw-r--r-- | devel/pythontidy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/pythontidy/Makefile b/devel/pythontidy/Makefile index 3134f922f55..523e565aa13 100644 --- a/devel/pythontidy/Makefile +++ b/devel/pythontidy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/08/31 11:43:17 apb Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/31 11:19:36 asau Exp $ # DISTNAME= PythonTidy-1.20 @@ -12,8 +12,6 @@ HOMEPAGE= http://lacusveris.com/PythonTidy/ COMMENT= Cleans up, regularizes, and reformats the text of Python scripts LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_BUILD= yes |