diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
commit | 535382b89150108fea8bdf4a729e9ed1257f42f8 (patch) | |
tree | 1f24bf9ea181456fbd70a93a3796f17fa5b7c19b /textproc/py-tvgrab | |
parent | bf8370accdc8c1debd25f233b58f951224d56a2e (diff) |
Notes
Diffstat (limited to 'textproc/py-tvgrab')
-rw-r--r-- | textproc/py-tvgrab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-tvgrab/Makefile b/textproc/py-tvgrab/Makefile index c1a2ba973648..afd2ffe36f9a 100644 --- a/textproc/py-tvgrab/Makefile +++ b/textproc/py-tvgrab/Makefile @@ -9,10 +9,9 @@ PORTNAME= TVGrab PORTVERSION= 0.5.1 PORTREVISION= 3 CATEGORIES= textproc python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= pytvgrab +MASTER_SITES= SF/py${PORTNAME:L}/lib/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${MASTER_SITE_SUBDIR}-lib-${PORTVERSION} +DISTNAME= pytvgrab-lib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A xmltv python library to write grabbers of tv scheduling collections |