mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
net/scapy: Moved man to share/man
This commit is contained in:
parent
51abd9e2d8
commit
14b0e0123c
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= scapy
|
PORTNAME= scapy
|
||||||
PORTVERSION= 2.5.0
|
PORTVERSION= 2.5.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -44,7 +44,6 @@ SOX_RUN_DEPENDS= ${LOCALBASE}/bin/sox:audio/sox
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${RM} ${WRKSRC}/test/__init__.py
|
@${RM} ${WRKSRC}/test/__init__.py
|
||||||
@${REINPLACE_CMD} "s,share/man/man1,man/man1," ${WRKSRC}/setup.py
|
|
||||||
@${REINPLACE_CMD} "s,/usr/share/,${LOCALBASE}/share/," \
|
@${REINPLACE_CMD} "s,/usr/share/,${LOCALBASE}/share/," \
|
||||||
${WRKSRC}/scapy/modules/nmap.py
|
${WRKSRC}/scapy/modules/nmap.py
|
||||||
@${REINPLACE_CMD} "s,/etc/,${LOCALBASE}/etc/," \
|
@${REINPLACE_CMD} "s,/etc/,${LOCALBASE}/etc/," \
|
||||||
|
|
Loading…
Add table
Reference in a new issue