Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 20:18:46 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: daf777e661de - main - sysutils/samefile: Move man pages to share/man
Message-ID:  <202403222018.42MKIkcO084437@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=daf777e661de19384020177711d5685ed1b89415

commit daf777e661de19384020177711d5685ed1b89415
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 19:05:22 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 20:18:18 +0000

    sysutils/samefile: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/samefile/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile
index 66b33f57b5f9..9aa7d7522251 100644
--- a/sysutils/samefile/Makefile
+++ b/sysutils/samefile/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	samefile
 PORTVERSION=	2.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.schweikhardt.net/
 
@@ -11,10 +11,11 @@ WWW=		http://www.schweikhardt.net/samefile/
 CONFLICTS=	samesame
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 CFLAGS+=	-ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long
 
-PLIST_FILES=	bin/samefile man/man1/samefile.1.gz
+PLIST_FILES=	bin/samefile share/man/man1/samefile.1.gz
 
 post-build:
 	@${ECHO_MSG} "   >>>>                        <<<<"



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