Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 13:55:40 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 282ced587a1b - main - devel/lndir: Moved man to share/man
Message-ID:  <202402231355.41NDtehF004809@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=282ced587a1b2df3ceaf32ef884cb8c3f5e2ed2c

commit 282ced587a1b2df3ceaf32ef884cb8c3f5e2ed2c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 13:06:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 13:55:15 +0000

    devel/lndir: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/lndir/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/lndir/Makefile b/devel/lndir/Makefile
index 0a597ecba6f3..aa67990f5351 100644
--- a/devel/lndir/Makefile
+++ b/devel/lndir/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lndir
 PORTVERSION=	1.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 
 MAINTAINER=	unixmania@gmail.com
@@ -9,7 +9,9 @@ COMMENT=	Create a shadow directory of symbolic links to another directory tree
 USES=		xorg xorg-cat:util
 USE_XORG=	xorgproto
 
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
 PLIST_FILES=	bin/lndir \
-		man/man1/lndir.1.gz
+		share/man/man1/lndir.1.gz
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231355.41NDtehF004809>