mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/pads: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ede5721db4
commit
d958fc769b
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pads
|
PORTNAME= pads
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -16,5 +16,6 @@ USE_CSTD= gnu89
|
||||||
LIB_DEPENDS= libpcre.so:devel/pcre
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -9,6 +9,6 @@ etc/pads.conf
|
||||||
%%DATADIR%%/ChangeLog
|
%%DATADIR%%/ChangeLog
|
||||||
%%DATADIR%%/INSTALL
|
%%DATADIR%%/INSTALL
|
||||||
%%DATADIR%%/README
|
%%DATADIR%%/README
|
||||||
man/man8/pads-report.8.gz
|
share/man/man8/pads-report.8.gz
|
||||||
man/man8/pads.8.gz
|
share/man/man8/pads.8.gz
|
||||||
man/man8/pads.conf.8.gz
|
share/man/man8/pads.conf.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue