Skip to content

Commit

Permalink
math/eclib: move man page
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Mar 1, 2024
1 parent 632258f commit eebbccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion math/eclib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= eclib
PORTVERSION= 20230424
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= math

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion math/eclib/pkg-plist
Expand Up @@ -121,11 +121,11 @@ 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
%%PORTDOCS%%%%DOCSDIR%%/mwrank/mwrank.info
%%PORTDOCS%%%%DOCSDIR%%/mwrank/mwrank.options
%%PORTDOCS%%%%DOCSDIR%%/mwrank/mwrank.readme
%%PORTDOCS%%%%DOCSDIR%%/progs.txt
share/man/man1/mwrank.1.gz

0 comments on commit eebbccf

Please sign in to comment.