mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/dhcdrop: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
695cd38e17
commit
a92db09d44
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dhcdrop
|
PORTNAME= dhcdrop
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net-mgmt sysutils
|
CATEGORIES= net-mgmt sysutils
|
||||||
MASTER_SITES= http://www.netpatch.ru/projects/dhcdrop/
|
MASTER_SITES= http://www.netpatch.ru/projects/dhcdrop/
|
||||||
|
|
||||||
|
@ -13,9 +13,10 @@ LICENSE= GPLv2
|
||||||
USES= autoreconf libtool tar:bzip2
|
USES= autoreconf libtool tar:bzip2
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= sbin/dhcdrop man/man8/dhcdrop.8.gz \
|
PLIST_FILES= sbin/dhcdrop share/man/man8/dhcdrop.8.gz \
|
||||||
man/ru/man8/dhcdrop.8.gz
|
share/man/ru/man8/dhcdrop.8.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= STATIC
|
OPTIONS_DEFINE= STATIC
|
||||||
STATIC_DESC= Build a static version of dhcdrop
|
STATIC_DESC= Build a static version of dhcdrop
|
||||||
|
|
Loading…
Add table
Reference in a new issue