comms/qico: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
1e7bdc538a
commit
f30b6153ad
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= qico
|
||||
PORTVERSION= 0.59.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= admin@5034.ru
|
||||
|
@ -75,7 +76,7 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/stuff/${i} ${STAGEDIR}${EXAMPLESDIR}/${i}
|
||||
.endfor
|
||||
.for i in ${MANS}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${i} ${STAGEDIR}${PREFIX}/man/man8/${i}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${i} ${STAGEDIR}${PREFIX}/share/man/man8/${i}
|
||||
.endfor
|
||||
|
||||
do-install-QCC-on:
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
%%EXAMPLESDIR%%/test.pl
|
||||
%%EXAMPLESDIR%%/tossing
|
||||
%%QCC%%bin/qcc
|
||||
%%QCC%%man/man8/qcc.8.gz
|
||||
%%QCC%%share/man/man8/qcc.8.gz
|
||||
bin/qctl
|
||||
man/man8/qctl.8.gz
|
||||
man/man8/qico.8.gz
|
||||
share/man/man8/qctl.8.gz
|
||||
share/man/man8/qico.8.gz
|
||||
sbin/qico
|
||||
@dir /var/log/fido
|
||||
@dir %%QBASEDIR%%
|
||||
|
|
Loading…
Reference in a new issue