diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-26 14:48:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-26 14:48:58 +0000 |
commit | 75a81309d84af38b1da908e55e2728f5d63d2356 (patch) | |
tree | 76dcc7a3fdf6f349d932012aa15f6e0f0464d10c /www/pyweblib/Makefile | |
parent | ffead0f84ed692c795204d6bbbdd72fee6950cad (diff) |
Notes
Diffstat (limited to 'www/pyweblib/Makefile')
-rw-r--r-- | www/pyweblib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/pyweblib/Makefile b/www/pyweblib/Makefile index 17953777106e..0e3ff4839627 100644 --- a/www/pyweblib/Makefile +++ b/www/pyweblib/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pyweblib -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.3.4 CATEGORIES= www MASTER_SITES= http://www.stroeder.com/pylib/PyWebLib/download/ \ ftp://ftp.ipt.ru/pub/download/ @@ -19,8 +18,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} -DOCS= PyWebLib.html \ - pydoc/pyweblib.forms.html \ +DOCS= pydoc/pyweblib.forms.html \ pydoc/pyweblib.helper.html \ pydoc/pyweblib.html \ pydoc/pyweblib.httphelper.html \ |