git: 107805787f61 - main - net/ladvd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=107805787f61152131031b8272b64721fded35bb commit 107805787f61152131031b8272b64721fded35bb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:48:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 09:17:49 +0000 net/ladvd: Moved man to share/man Approved by: portmgr (blanket) --- net/ladvd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/ladvd/Makefile b/net/ladvd/Makefile index 69924376fa03..29f1e8a62724 100644 --- a/net/ladvd/Makefile +++ b/net/ladvd/Makefile @@ -1,7 +1,7 @@ PORTNAME= ladvd PORTVERSION= 1.1.2 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= ports@FreeBSD.org @@ -20,14 +20,15 @@ USE_GITHUB= yes GH_ACCOUNT= sspans USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-chroot-dir=/var/empty PORTDOCS= README TODO HACKING USE_RC_SUBR= ladvd SUB_FILES= pkg-message -PLIST_FILES= man/man8/ladvd.8.gz \ - man/man8/ladvdc.8.gz \ +PLIST_FILES= share/man/man8/ladvd.8.gz \ + share/man/man8/ladvdc.8.gz \ sbin/ladvd \ sbin/ladvdc