mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
finance/libofx: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
2c59e8def3
commit
5ff0132f9e
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libofx
|
||||
PORTVERSION= 0.10.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \
|
||||
SF/${PORTNAME}/${PORTNAME}
|
||||
|
@ -23,6 +24,7 @@ CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \
|
|||
--with-opensp-includes=${LOCALBASE}/include/OpenSP \
|
||||
--with-opensp-libs=${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
|
|
@ -7,9 +7,9 @@ lib/libofx.so
|
|||
lib/libofx.so.7
|
||||
lib/libofx.so.7.0.4
|
||||
libdata/pkgconfig/libofx.pc
|
||||
man/man1/ofxconnect.1.gz
|
||||
man/man1/ofxdump.1.gz
|
||||
%%DATADIR%%/dtd/ofc.dtd
|
||||
%%DATADIR%%/dtd/ofx160.dtd
|
||||
%%DATADIR%%/dtd/ofx201.dtd
|
||||
%%DATADIR%%/dtd/opensp.dcl
|
||||
share/man/man1/ofxconnect.1.gz
|
||||
share/man/man1/ofxdump.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue