git: b77d868ca92d - main - net/arpdig: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:42 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b77d868ca92d68f1c3ce3f7c3eec384f3228fbc8 commit b77d868ca92d68f1c3ce3f7c3eec384f3228fbc8 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:11:18 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:11:19 +0000 net/arpdig: Move man page to share/man Approved by: portmgr (blanket) --- net/arpdig/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/arpdig/Makefile b/net/arpdig/Makefile index 1e73171923ed..2c3fa2d6d9f2 100644 --- a/net/arpdig/Makefile +++ b/net/arpdig/Makefile @@ -1,5 +1,6 @@ PORTNAME= arpdig PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF @@ -8,7 +9,9 @@ COMMENT= ARP Digger utility USES= uidfix +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man + PLIST_FILES= bin/arpdig \ - man/man1/arpdig.1.gz + share/man/man1/arpdig.1.gz .include <bsd.port.mk>