diff options
Diffstat (limited to 'textproc/py-html5lib/Makefile')
-rw-r--r-- | textproc/py-html5lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/py-html5lib/Makefile b/textproc/py-html5lib/Makefile index 8fe0c739ee0..7a4ac9cea06 100644 --- a/textproc/py-html5lib/Makefile +++ b/textproc/py-html5lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/01/21 16:52:44 gls Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:50 asau Exp $ DISTNAME= html5lib-0.90 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,5 @@ HOMEPAGE= http://code.google.com/p/html5lib/ COMMENT= HTML5 parser and tokenizer LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |