git: 0e03010c92d7 - main - devel/py-cmdtest: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 14:50:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e03010c92d714324d6cf5bba56d7da3f4f33ee3 commit 0e03010c92d714324d6cf5bba56d7da3f4f33ee3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 13:59:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 14:49:55 +0000 devel/py-cmdtest: Moved man to share/man Approved by: portmgr (blanket) --- devel/py-cmdtest/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-cmdtest/Makefile b/devel/py-cmdtest/Makefile index e5689871832e..485da45af036 100644 --- a/devel/py-cmdtest/Makefile +++ b/devel/py-cmdtest/Makefile @@ -1,6 +1,6 @@ PORTNAME= cmdtest PORTVERSION= 0.33.s20191128 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://git.liw.fi/cmdtest/snapshot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +25,6 @@ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD},g ; s,share/man/,man/," ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD},g" ${WRKSRC}/setup.py .include <bsd.port.mk>