git: e4c99392ea72 - main - devel/epm: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 11:25:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4c99392ea7240cefbc7b0ea2d91d3e5983a35df commit e4c99392ea7240cefbc7b0ea2d91d3e5983a35df Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 11:10:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 11:25:09 +0000 devel/epm: Moved man to share/man Approved by: portmgr (blanket) --- devel/epm/Makefile | 2 ++ devel/epm/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 17fcee6376a5..e5e2c27aac5d 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -1,5 +1,6 @@ PORTNAME= epm PORTVERSION= 4.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/michaelrsweet/epm/releases/download/v${PORTVERSION}/ @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DOCS diff --git a/devel/epm/pkg-plist b/devel/epm/pkg-plist index 55ee3750f794..1b5171eecc1f 100644 --- a/devel/epm/pkg-plist +++ b/devel/epm/pkg-plist @@ -1,12 +1,12 @@ bin/epm bin/epminstall bin/mkepmlist -man/man1/epm.1.gz -man/man1/epminstall.1.gz -man/man1/mkepmlist.1.gz -man/man1/setup.1.gz -man/man5/epm.list.5.gz -man/man5/setup.types.5.gz +share/man/man1/epm.1.gz +share/man/man1/epminstall.1.gz +share/man/man1/mkepmlist.1.gz +share/man/man1/setup.1.gz +share/man/man5/epm.list.5.gz +share/man/man5/setup.types.5.gz %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/epm-book.epub