git: f8bc49c6d369 - main - misc/lifelines: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:43:52 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8bc49c6d369e0ebecba93120f8582c10ab0eda1 commit f8bc49c6d369e0ebecba93120f8582c10ab0eda1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:23:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:43:13 +0000 misc/lifelines: Moved man to share/man Approved by: portmgr (blanket) --- misc/lifelines/Makefile | 3 ++- misc/lifelines/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index a847da816575..57895e31f827 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -1,6 +1,6 @@ PORTNAME= lifelines PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= https://github.com/MarcNo/lifelines/releases/download/${PORTVERSION}/ @@ -13,6 +13,7 @@ LICENSE= MIT USES= autoreconf bison gmake iconv ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= YACC="bison -y" CONFLICTS_INSTALL= atheme-services # bin/dbverify diff --git a/misc/lifelines/pkg-plist b/misc/lifelines/pkg-plist index fb76a1c8ec2b..82e15e27fce5 100644 --- a/misc/lifelines/pkg-plist +++ b/misc/lifelines/pkg-plist @@ -2,10 +2,10 @@ bin/btedit bin/dbverify bin/llexec bin/llines -man/man1/btedit.1.gz -man/man1/dbverify.1.gz -man/man1/llexec.1.gz -man/man1/llines.1.gz +share/man/man1/btedit.1.gz +share/man/man1/dbverify.1.gz +share/man/man1/llexec.1.gz +share/man/man1/llines.1.gz %%PORTDOCS%%%%DOCSDIR%%/.linesrc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog