git: d45c96e0c71e - main - net/raddump: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:05:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d45c96e0c71eb455f7fc034f956ae90d7fb084a5 commit d45c96e0c71eb455f7fc034f956ae90d7fb084a5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:55:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:05:27 +0000 net/raddump: Moved man to share/man Approved by: portmgr (blanket) --- net/raddump/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/raddump/Makefile b/net/raddump/Makefile index 8558236a7f77..112d50db298a 100644 --- a/net/raddump/Makefile +++ b/net/raddump/Makefile @@ -1,5 +1,6 @@ PORTNAME= raddump PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -8,8 +9,9 @@ COMMENT= Radius Packet Analyzer WWW= https://sourceforge.net/projects/raddump/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/raddump \ - man/man1/raddump.1.gz + share/man/man1/raddump.1.gz .include <bsd.port.mk>