git: ba949ab94f1d - main - net/dhcpdump: Update manpages path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 16:44:50 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba949ab94f1dfecff4bad76cff4de408d0a0ff9e commit ba949ab94f1dfecff4bad76cff4de408d0a0ff9e Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-01-08 15:18:51 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-01-08 16:43:52 +0000 net/dhcpdump: Update manpages path Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate") --- net/dhcpdump/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile index 65d5431a7e34..0fe04d858063 100644 --- a/net/dhcpdump/Makefile +++ b/net/dhcpdump/Makefile @@ -1,5 +1,6 @@ PORTNAME= dhcpdump PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ @@ -13,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= build -PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz +PLIST_FILES= bin/dhcpdump share/man/man8/dhcpdump.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk>