mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
security/libotr: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
051f84c40b
commit
0b4b9ae40e
2 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= libotr
|
PORTNAME= libotr
|
||||||
PORTVERSION= 4.1.1
|
PORTVERSION= 4.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security net-im net
|
CATEGORIES= security net-im net
|
||||||
MASTER_SITES= https://otr.cypherpunks.ca/ \
|
MASTER_SITES= https://otr.cypherpunks.ca/ \
|
||||||
http://www.c-s.li/ports/
|
http://www.c-s.li/ports/
|
||||||
|
@ -18,6 +19,7 @@ LIB_DEPENDS= libgpg-error.so:security/libgpg-error \
|
||||||
CONFLICTS= libotr3
|
CONFLICTS= libotr3
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USES= libtool pathfix cpe
|
USES= libtool pathfix cpe
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -25,12 +25,12 @@ lib/libotr.so
|
||||||
lib/libotr.so.5
|
lib/libotr.so.5
|
||||||
lib/libotr.so.5.1.1
|
lib/libotr.so.5.1.1
|
||||||
libdata/pkgconfig/libotr.pc
|
libdata/pkgconfig/libotr.pc
|
||||||
man/man1/otr_mackey.1.gz
|
share/man/man1/otr_mackey.1.gz
|
||||||
man/man1/otr_modify.1.gz
|
share/man/man1/otr_modify.1.gz
|
||||||
man/man1/otr_parse.1.gz
|
share/man/man1/otr_parse.1.gz
|
||||||
man/man1/otr_readforge.1.gz
|
share/man/man1/otr_readforge.1.gz
|
||||||
man/man1/otr_remac.1.gz
|
share/man/man1/otr_remac.1.gz
|
||||||
man/man1/otr_sesskeys.1.gz
|
share/man/man1/otr_sesskeys.1.gz
|
||||||
man/man1/otr_toolkit.1.gz
|
share/man/man1/otr_toolkit.1.gz
|
||||||
share/aclocal/libotr.m4
|
share/aclocal/libotr.m4
|
||||||
@dir include/libotr
|
@dir include/libotr
|
||||||
|
|
Loading…
Add table
Reference in a new issue