Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 09:48:01 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20f38e8ce3b3 - main - editors/bpatch: Move man pages to share/man
Message-ID:  <202403070948.4279m1mG084791@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=20f38e8ce3b34ce2563bcb4438e5c62de2e8c63a

commit 20f38e8ce3b34ce2563bcb4438e5c62de2e8c63a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-07 09:45:21 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-07 09:47:34 +0000

    editors/bpatch: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 editors/bpatch/Makefile             | 4 ++--
 editors/bpatch/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile
index b987dc7bee49..1572c298450f 100644
--- a/editors/bpatch/Makefile
+++ b/editors/bpatch/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bpatch
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	LOCAL/joerg
 DISTNAME=	${PORTNAME}
@@ -20,6 +20,6 @@ CONFLICTS_INSTALL=	bdelta
 
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/bpatch \
-		man/man1/bpatch.1.gz
+		share/man/man1/bpatch.1.gz
 
 .include <bsd.port.mk>
diff --git a/editors/bpatch/files/patch-Makefile b/editors/bpatch/files/patch-Makefile
index 9be47a63af6f..61f94acc8cbc 100644
--- a/editors/bpatch/files/patch-Makefile
+++ b/editors/bpatch/files/patch-Makefile
@@ -6,7 +6,7 @@
 +# terminfo, etc.  Good luck!
 +PREFIX?=	/usr/local
 +BINDIR=		${PREFIX}/bin
-+MANDIR=		${PREFIX}/man/man1
++MANDIR=		${PREFIX}/share/man/man1
 +
 +LIBS	= -lncurses
 +#LIBS	= -ltermlib



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