From f3dcdd5352a4c3145dc1645d55bcb8c84cd8ad1b Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 22 Feb 2024 14:50:50 +0100 Subject: [PATCH] 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 aea65f23f927c..d0c5806895b91 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 ff0b742257f1d..a55ada800cc43 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