mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/pftabled: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
d958fc769b
commit
4651f24ce6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pftabled
|
PORTNAME= pftabled
|
||||||
PORTVERSION= 1.09
|
PORTVERSION= 1.09
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://www.wolfermann.org/
|
MASTER_SITES= http://www.wolfermann.org/
|
||||||
|
|
||||||
|
@ -14,10 +14,11 @@ USES= gmake shebangfix
|
||||||
SHEBANG_FILES= pftabled-client.pl \
|
SHEBANG_FILES= pftabled-client.pl \
|
||||||
pftabled-client.py
|
pftabled-client.py
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
USE_RC_SUBR= pftabled
|
USE_RC_SUBR= pftabled
|
||||||
|
|
||||||
PLIST_FILES= bin/pftabled-client man/man1/pftabled.1.gz sbin/pftabled
|
PLIST_FILES= bin/pftabled-client share/man/man1/pftabled.1.gz sbin/pftabled
|
||||||
|
|
||||||
OPTIONS_DEFINE= PERLC PYTHONC
|
OPTIONS_DEFINE= PERLC PYTHONC
|
||||||
OPTIONS_DEFAULT=PERLC PYTHONC
|
OPTIONS_DEFAULT=PERLC PYTHONC
|
||||||
|
|
Loading…
Add table
Reference in a new issue