git: 92795dd498b2 - main - net-mgmt/py-pyang: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:03:07 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=92795dd498b2a087bfb997dd165ac03342f87297
commit 92795dd498b2a087bfb997dd165ac03342f87297
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 20:59:32 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:59:32 +0000
net-mgmt/py-pyang: Moved man to share/man
---
net-mgmt/py-pyang/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-mgmt/py-pyang/Makefile b/net-mgmt/py-pyang/Makefile
index c2eebb6237ce..2993b950d33d 100644
--- a/net-mgmt/py-pyang/Makefile
+++ b/net-mgmt/py-pyang/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pyang
PORTVERSION= 1.7.8
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,8 +20,4 @@ NO_ARCH= yes
DATADIR= ${PREFIX}/share/yang
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|share/man|man|' ${WRKSRC}/setup.py
-
.include <bsd.port.mk>