Browse Source

finance/libofx: Move man pages to share/man

Approved by:	portmgr (blanket)
overlay
Nuno Teixeira 1 year ago
parent
commit
5ff0132f9e
  1. 2
      finance/libofx/Makefile
  2. 4
      finance/libofx/pkg-plist

2
finance/libofx/Makefile

@ -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

4
finance/libofx/pkg-plist

@ -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…
Cancel
Save