git: d66909fabf5c - main - science/libctl: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 22:26:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d66909fabf5c13c28906caeb13c90830a35f5bc4 commit d66909fabf5c13c28906caeb13c90830a35f5bc4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 22:13:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 22:25:58 +0000 science/libctl: Moved man to share/man Approved by: portmgr (blanket) --- science/libctl/Makefile | 3 ++- science/libctl/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 2c21d1f1bd9f..516cd86851d8 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -1,6 +1,6 @@ PORTNAME= libctl DISTVERSION= 4.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science math MASTER_SITES= https://github.com/NanoComp/libctl/releases/download/v${DISTVERSION}/ @@ -12,6 +12,7 @@ LICENSE= GPLv2 USES= fortran guile:2.2 libtool pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib -lm diff --git a/science/libctl/pkg-plist b/science/libctl/pkg-plist index e19787c24bb2..65fe0b007d91 100644 --- a/science/libctl/pkg-plist +++ b/science/libctl/pkg-plist @@ -11,7 +11,7 @@ lib/libctlgeom.a lib/libctlgeom.so lib/libctlgeom.so.7 lib/libctlgeom.so.7.3.0 -man/man1/gen-ctl-io.1.gz +share/man/man1/gen-ctl-io.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/docs/Advanced_User_Experience.md %%PORTDOCS%%%%DOCSDIR%%/docs/Basic_User_Experience.md