mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/clog: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ed7a0916b0
commit
ea9cf2bcd9
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= clog
|
PORTNAME= clog
|
||||||
PORTVERSION= 1.6
|
PORTVERSION= 1.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt security
|
CATEGORIES= net-mgmt security
|
||||||
MASTER_SITES= LOCAL/obrien
|
MASTER_SITES= LOCAL/obrien
|
||||||
|
|
||||||
|
@ -16,6 +17,6 @@ post-patch:
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/clog ${STAGEDIR}${PREFIX}/sbin
|
${INSTALL_PROGRAM} ${WRKSRC}/clog ${STAGEDIR}${PREFIX}/sbin
|
||||||
${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/man/man8
|
${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
sbin/clog
|
sbin/clog
|
||||||
man/man8/clog.8.gz
|
share/man/man8/clog.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue