mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/yconalyzer: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
81c03aada5
commit
7603f4b7f9
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= yconalyzer
|
PORTNAME= yconalyzer
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 1.0.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
|
|
||||||
|
@ -9,10 +9,11 @@ COMMENT= TCP Traffic Analyzer
|
||||||
WWW= https://yconalyzer.sourceforge.net/
|
WWW= https://yconalyzer.sourceforge.net/
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USES= gmake tar:bzip2
|
USES= gmake tar:bzip2
|
||||||
|
|
||||||
PLIST_FILES= bin/yconalyzer \
|
PLIST_FILES= bin/yconalyzer \
|
||||||
man/man8/yconalyzer.8.gz
|
share/man/man8/yconalyzer.8.gz
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
${CHMOD} a+x ${WRKSRC}/install-sh
|
${CHMOD} a+x ${WRKSRC}/install-sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue