mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net-mgmt/bwm-ng: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
00191c7947
commit
b02167ca14
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= bwm-ng
|
PORTNAME= bwm-ng
|
||||||
PORTVERSION= 0.6.3
|
PORTVERSION= 0.6.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://www.gropp.org/bwm-ng/
|
MASTER_SITES= http://www.gropp.org/bwm-ng/
|
||||||
|
|
||||||
|
@ -12,9 +13,10 @@ LICENSE= GPLv2+
|
||||||
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
|
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
USES= autoreconf ncurses pkgconfig
|
USES= autoreconf ncurses pkgconfig
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
PLIST_FILES= bin/bwm-ng man/man1/bwm-ng.1.gz
|
PLIST_FILES= bin/bwm-ng share/man/man1/bwm-ng.1.gz
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-libstatgrab
|
CONFIGURE_ARGS= --with-libstatgrab
|
||||||
CPPFLAGS+= `pkg-config --cflags libstatgrab`
|
CPPFLAGS+= `pkg-config --cflags libstatgrab`
|
||||||
|
|
Loading…
Add table
Reference in a new issue