mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/unixcw: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
a24f8fa45a
commit
2f8a190192
2 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME?= unixcw
|
PORTNAME?= unixcw
|
||||||
PORTVERSION= 3.5.1
|
PORTVERSION= 3.5.1
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 3
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= SF/unixcw/unixcw-${PORTVERSION}
|
MASTER_SITES= SF/unixcw/unixcw-${PORTVERSION}
|
||||||
DISTNAME= unixcw_${PORTVERSION}.orig
|
DISTNAME= unixcw_${PORTVERSION}.orig
|
||||||
|
@ -16,6 +16,7 @@ LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
.ifndef CONFIGURE_ARGS
|
.ifndef CONFIGURE_ARGS
|
||||||
CONFIGURE_ARGS= --disable-xcwcp
|
CONFIGURE_ARGS= --disable-xcwcp
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -8,8 +8,8 @@ lib/libcw.so
|
||||||
lib/libcw.so.%%MAJOR_LIB_VER%%
|
lib/libcw.so.%%MAJOR_LIB_VER%%
|
||||||
lib/libcw.so.%%MAJOR_LIB_VER%%.%%MINOR_LIB_VER%%
|
lib/libcw.so.%%MAJOR_LIB_VER%%.%%MINOR_LIB_VER%%
|
||||||
libdata/pkgconfig/libcw.pc
|
libdata/pkgconfig/libcw.pc
|
||||||
man/man1/cw.1.gz
|
share/man/man1/cw.1.gz
|
||||||
man/man1/cwgen.1.gz
|
share/man/man1/cwgen.1.gz
|
||||||
man/man1/cwcp.1.gz
|
share/man/man1/cwcp.1.gz
|
||||||
man/man3/libcw.3.gz
|
share/man/man3/libcw.3.gz
|
||||||
man/man7/cw.7.gz
|
share/man/man7/cw.7.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue