diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 17:24:45 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 18:19:20 +0000 |
commit | f30b6153adbdefeec7e5e061afda15d3047a0339 (patch) | |
tree | a7f021103b0c6256468e7239ffe6a00a9cd899c2 | |
parent | 1e7bdc538a33d2c680857167b428af26aa1dc8e0 (diff) | |
download | ports-f30b6153adbdefeec7e5e061afda15d3047a0339.tar.gz ports-f30b6153adbdefeec7e5e061afda15d3047a0339.zip |
comms/qico: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | comms/qico/Makefile | 3 | ||||
-rw-r--r-- | comms/qico/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile index 153128c9eb1e..37addea949fe 100644 --- a/comms/qico/Makefile +++ b/comms/qico/Makefile @@ -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: diff --git a/comms/qico/pkg-plist b/comms/qico/pkg-plist index ecf7a48dd11b..56288a371d15 100644 --- a/comms/qico/pkg-plist +++ b/comms/qico/pkg-plist @@ -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%% |