Skip to content

Commit

Permalink
comms/cwdaemon: 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 24, 2024
1 parent c5fef46 commit 9021729
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions comms/cwdaemon/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cwdaemon
PORTVERSION= 0.10.2
PORTREVISION= 1
CATEGORIES= comms hamradio

MAINTAINER= hamradio@FreeBSD.org
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 9021729

Please sign in to comment.