From 9021729acb695feabb6a75d2c84aaef66cdc1891 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Feb 2024 19:35:07 +0100 Subject: [PATCH] comms/cwdaemon: Moved man to share/man Approved by: portmgr (blanket) --- comms/cwdaemon/Makefile | 11 ++++++++--- comms/cwdaemon/pkg-plist | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/comms/cwdaemon/Makefile b/comms/cwdaemon/Makefile index a303bfff03791..12249785be200 100644 --- a/comms/cwdaemon/Makefile +++ b/comms/cwdaemon/Makefile @@ -1,5 +1,6 @@ PORTNAME= cwdaemon PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org @@ -9,12 +10,16 @@ LICENSE= GPLv2 LIB_DEPENDS= libcw.so:comms/unixcw -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc -USES= pkgconfig autoreconf +USES= autoreconf pkgconfig shebangfix USE_GITHUB= yes GH_ACCOUNT= acerion +SHEBANG_FILES= examples/example.pl + +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc + OPTIONS_DEFINE= DOCS EXAMPLES post-install: diff --git a/comms/cwdaemon/pkg-plist b/comms/cwdaemon/pkg-plist index 7b0c026ee87e8..fb9c079677f0b 100644 --- a/comms/cwdaemon/pkg-plist +++ b/comms/cwdaemon/pkg-plist @@ -1,5 +1,5 @@ sbin/cwdaemon -man/man8/cwdaemon.8.gz +share/man/man8/cwdaemon.8.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/cwdaemon.png %%PORTDOCS%%%%DOCSDIR%%/cwsetup.sh