git: 14b0e0123c16 - main - net/scapy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:40:40 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=14b0e0123c1637f2cf6624b936dab6caf6fa551c
commit 14b0e0123c1637f2cf6624b936dab6caf6fa551c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:20:46 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:26 +0000
net/scapy: Moved man to share/man
---
net/scapy/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index 89d1d79137eb..c98b2a70e479 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scapy
PORTVERSION= 2.5.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -44,7 +44,6 @@ SOX_RUN_DEPENDS= ${LOCALBASE}/bin/sox:audio/sox
post-patch:
@${RM} ${WRKSRC}/test/__init__.py
- @${REINPLACE_CMD} "s,share/man/man1,man/man1," ${WRKSRC}/setup.py
@${REINPLACE_CMD} "s,/usr/share/,${LOCALBASE}/share/," \
${WRKSRC}/scapy/modules/nmap.py
@${REINPLACE_CMD} "s,/etc/,${LOCALBASE}/etc/," \