diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-12-31 01:54:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-12-31 01:54:16 +0000 |
commit | 964f4cbe2ffe0caaa33b64124062e096612c57b2 (patch) | |
tree | 1dfa8fe6724e837cf2f32d6612af4cf3c5a09f37 /net/py-s3cmd/Makefile | |
parent | f470d0575a500ed17bc2d57b84502811cc966d23 (diff) |
Notes
Diffstat (limited to 'net/py-s3cmd/Makefile')
-rw-r--r-- | net/py-s3cmd/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index a388d7f734ef..a0ac30eae24b 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= s3cmd -PORTVERSION= 0.9.9.91 +DISTVERSION= 1.0.0-rc1 CATEGORIES= net python -MASTER_SITES= SF/s3tools/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org @@ -20,8 +20,12 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USE_PYDISTUTILS= yes USE_PYTHON= yes +PYDISTUTILS_PKGVERSION= 1.0.0_rc1 + MAN1= s3cmd.1 +FETCH_ARGS= -Fpr + post-patch: ${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/setup.py .ifndef(NOPORTDOCS) |