mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
comms/cwdaemon: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c5fef461e5
commit
9021729acb
2 changed files with 9 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue