aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:59:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:59:32 +0000
commit92795dd498b2a087bfb997dd165ac03342f87297 (patch)
tree1d34966c2e0e5f1b3bb0da8e806162bcdeb32be5
parentf368fdfe4eac8d0c83ef63687513985212c4a5b3 (diff)
downloadports-92795dd498b2a087bfb997dd165ac03342f87297.tar.gz
ports-92795dd498b2a087bfb997dd165ac03342f87297.zip
net-mgmt/py-pyang: Moved man to share/man
-rw-r--r--net-mgmt/py-pyang/Makefile5
1 files changed, 1 insertions, 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>