mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/eclib: move man page
This commit is contained in:
parent
632258f9fa
commit
eebbccfcf6
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= eclib
|
||||
PORTVERSION= 20230424
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math
|
||||
|
||||
|
@ -25,6 +25,7 @@ OPTIONS_DEFINE= DOCS
|
|||
CXXFLAGS+= -std=c++11
|
||||
LIBS+= "-lm"
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= --with-flint=${LOCALBASE} --with-boost=${LOCALBASE}
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -121,7 +121,6 @@ lib/libec.so
|
|||
lib/libec.so.10
|
||||
lib/libec.so.10.2.0
|
||||
libdata/pkgconfig/eclib.pc
|
||||
man/man1/mwrank.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/g0n.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/howto.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mwrank/mwrank.changes
|
||||
|
@ -129,3 +128,4 @@ man/man1/mwrank.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/mwrank/mwrank.options
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mwrank/mwrank.readme
|
||||
%%PORTDOCS%%%%DOCSDIR%%/progs.txt
|
||||
share/man/man1/mwrank.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue