git: f3dcdd5352a4 - main - comms/ebook2cw: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 14:02:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3dcdd5352a4c3145dc1645d55bcb8c84cd8ad1b commit f3dcdd5352a4c3145dc1645d55bcb8c84cd8ad1b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:50:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 14:02:14 +0000 comms/ebook2cw: Moved man to share/man Approved by: portmgr (blanket) --- comms/ebook2cw/Makefile | 4 ++-- comms/ebook2cw/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comms/ebook2cw/Makefile b/comms/ebook2cw/Makefile index aea65f23f927..d0c5806895b9 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebook2cw PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \ LOCAL/db @@ -25,7 +25,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ebook2cw ${STAGEDIR}${PREFIX}/bin/ebook2cw ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ebook2cw - ${INSTALL_DATA} ${WRKSRC}/ebook2cw.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/ebook2cw.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ebook2cw.conf isomap.txt utf8map.txt ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}/$f diff --git a/comms/ebook2cw/pkg-plist b/comms/ebook2cw/pkg-plist index ff0b742257f1..a55ada800cc4 100644 --- a/comms/ebook2cw/pkg-plist +++ b/comms/ebook2cw/pkg-plist @@ -1,5 +1,5 @@ bin/ebook2cw -man/man1/ebook2cw.1.gz +share/man/man1/ebook2cw.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebook2cw.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/isomap.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8map.txt