mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/ptpd2: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
8cd66b6dc0
commit
7bd059a467
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= ptpd
|
PORTNAME= ptpd
|
||||||
DISTVERSION= 2.3.1
|
DISTVERSION= 2.3.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
PKGNAMESUFFIX= 2
|
PKGNAMESUFFIX= 2
|
||||||
|
|
||||||
|
@ -15,6 +16,7 @@ ETCDIR= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
|
||||||
|
|
||||||
USES= autoreconf gmake libtool
|
USES= autoreconf gmake libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_TAGNAME= d27a6e0
|
GH_TAGNAME= d27a6e0
|
||||||
USE_RC_SUBR= ptpd2
|
USE_RC_SUBR= ptpd2
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
sbin/ptpd2
|
sbin/ptpd2
|
||||||
man/man8/ptpd2.8.gz
|
|
||||||
man/man5/ptpd2.conf.5.gz
|
|
||||||
%%ETCDIR%%/client-e2e-8023.conf.sample
|
%%ETCDIR%%/client-e2e-8023.conf.sample
|
||||||
%%ETCDIR%%/client-e2e-pcap.conf.sample
|
%%ETCDIR%%/client-e2e-pcap.conf.sample
|
||||||
%%ETCDIR%%/client-e2e-socket.conf.sample
|
%%ETCDIR%%/client-e2e-socket.conf.sample
|
||||||
|
share/man/man8/ptpd2.8.gz
|
||||||
|
share/man/man5/ptpd2.conf.5.gz
|
||||||
%%DATADIR%%/PTPBASE-MIB.txt
|
%%DATADIR%%/PTPBASE-MIB.txt
|
||||||
%%DATADIR%%/leap-seconds.list
|
%%DATADIR%%/leap-seconds.list
|
||||||
%%DATADIR%%/ptpd2.conf.default-full
|
%%DATADIR%%/ptpd2.conf.default-full
|
||||||
|
|
Loading…
Add table
Reference in a new issue