Skip to content

Commit

Permalink
comms/qico: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent 1e7bdc5 commit f30b615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion comms/qico/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qico
PORTVERSION= 0.59.1
PORTREVISION= 1
CATEGORIES= comms

MAINTAINER= admin@5034.ru
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions comms/qico/pkg-plist
Expand Up @@ -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%%
Expand Down

0 comments on commit f30b615

Please sign in to comment.