git: 0eeb45b61ded - main - math/orpie: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0eeb45b61dedc4b67a9eec67a8ef3f90d0b8d4f2 commit 0eeb45b61dedc4b67a9eec67a8ef3f90d0b8d4f2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:29:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:29:12 +0000 math/orpie: Moved man to share/man Approved by: portmgr (blanket) --- math/orpie/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 9c10c84dca83..e5c37939ac5e 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -1,6 +1,6 @@ PORTNAME= orpie PORTVERSION= 1.5.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES+= math MASTER_SITES= https://github.com/pelzlpj/orpie/releases/download/release-${PORTVERSION}/ @@ -20,11 +20,12 @@ USES= gmake ncurses USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc \ - man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \ - man/man5/orpierc.5.gz + share/man/man1/orpie.1.gz share/man/man1/orpie-curses-keys.1.gz \ + share/man/man5/orpierc.5.gz post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*