Date: Sat, 9 Mar 2024 11:05:17 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2aa760a9da18 - main - games/nettoe: Move man pages to share/man Message-ID: <202403091105.429B5HLg082268@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2aa760a9da185a8799efbf5b0c0f8973d00ded83 commit 2aa760a9da185a8799efbf5b0c0f8973d00ded83 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 10:12:41 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 11:04:52 +0000 games/nettoe: Move man pages to share/man Approved by: portmgr (blanket) --- games/nettoe/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile index 172c0a8490ec..37b246d1a3dc 100644 --- a/games/nettoe/Makefile +++ b/games/nettoe/Makefile @@ -1,6 +1,6 @@ PORTNAME= nettoe PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.c-s.li/ports/ \ SF @@ -13,8 +13,9 @@ LICENSE= GPLv2 USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= bin/nettoe man/man6/nettoe.6.gz +PLIST_FILES= bin/nettoe share/man/man6/nettoe.6.gz PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091105.429B5HLg082268>