mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
This commit is contained in:
parent
e98e91524b
commit
cf22f4e87e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347386
@ -13,12 +13,8 @@ COMMENT= Text-based TCP stream sniffer
|
||||
GNU_CONFIGURE= yes
|
||||
USE_CSTD= gnu89
|
||||
|
||||
MANLANG= "" it
|
||||
MAN8= tcpick.8
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/man/it/man8
|
||||
${MV} ${PREFIX}/man/man8/tcpick_italian.8 ${PREFIX}/man/it/man8/tcpick.8
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/man/it/man8
|
||||
${MV} ${STAGEDIR}${PREFIX}/man/man8/tcpick_italian.8 ${STAGEDIR}${PREFIX}/man/it/man8/tcpick.8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
bin/tcpick
|
||||
man/it/man8/tcpick.8.gz
|
||||
man/man8/tcpick.8.gz
|
||||
@dirrmtry man/it/man8
|
||||
@dirrmtry man/it
|
||||
|
Loading…
Reference in New Issue
Block a user