git: d632560661ba - main - www/netrik: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 08:57:20 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d632560661bacf19a6d77cd5898498c1b7b11907 commit d632560661bacf19a6d77cd5898498c1b7b11907 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-23 08:40:22 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-23 08:56:59 +0000 www/netrik: Move man pages to share/man Approved by: portmgr (blanket) --- www/netrik/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/netrik/Makefile b/www/netrik/Makefile index 57db4ebafb97..c67c56034477 100644 --- a/www/netrik/Makefile +++ b/www/netrik/Makefile @@ -1,5 +1,6 @@ PORTNAME= netrik PORTVERSION= 1.16.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}%20%28beta%29 @@ -11,10 +12,11 @@ RUN_DEPENDS= wget:ftp/wget USES= cpe gmake ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/netrik \ - man/man1/netrik.1.gz \ - man/man5/netrikrc.5.gz + share/man/man1/netrik.1.gz \ + share/man/man5/netrikrc.5.gz PORTDOCS= *