mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net-mgmt/icmpmonitor: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
d904cf4d6c
commit
aed0572a5e
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= icmpmonitor
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -11,8 +12,9 @@ LICENSE= GPLv2 BSD4CLAUSE
|
|||
LICENSE_COMB= multi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
PLIST_FILES= man/man1/icmpmonitor.1.gz sbin/icmpmonitor
|
||||
PLIST_FILES= share/man/man1/icmpmonitor.1.gz sbin/icmpmonitor
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/icmpmonitor
|
||||
|
|
Loading…
Add table
Reference in a new issue