git: bdab24578feb - main - net/py-s3cmd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:40:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdab24578feb65aa0b1fb6672e5226a2cd023a69 commit bdab24578feb65aa0b1fb6672e5226a2cd023a69 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:18:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 21:39:24 +0000 net/py-s3cmd: Moved man to share/man --- net/py-s3cmd/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index a734e77d3709..b766224d6f00 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,5 +1,6 @@ PORTNAME= s3cmd DISTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,9 +32,6 @@ NO_ARCH= yes OPTIONS_DEFINE= DOCS -post-patch: - ${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/setup.py - post-patch-DOCS-on: ${REINPLACE_CMD} -e 's,doc/packages,doc,' ${WRKSRC}/setup.py