Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 22:26:36 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: 4dcaf0fba1f7 - main - misc/fxload: Moved man to share/man
Message-ID:  <202401292226.40TMQacZ096490@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=4dcaf0fba1f72dfd1756409ad4e5c7e2578bf075

commit 4dcaf0fba1f72dfd1756409ad4e5c7e2578bf075
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 22:24:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 22:26:05 +0000

    misc/fxload: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/fxload/Makefile  | 3 ++-
 misc/fxload/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/fxload/Makefile b/misc/fxload/Makefile
index 1e76655eec78..119f17008967 100644
--- a/misc/fxload/Makefile
+++ b/misc/fxload/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fxload
 PORTVERSION=	20140224
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	https://bitbucket.org/DJOConnor/fxload/get/
 DISTNAME=	RELEASE_${PORTVERSION}
@@ -19,7 +20,7 @@ WRKSRC=		${WRKDIR}/DJOConnor-fxload-5691a2bb9409
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fxload ${STAGEDIR}${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/fxload.8 ${STAGEDIR}${PREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/fxload.8 ${STAGEDIR}${PREFIX}/share/man/man8
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/a3load.hex ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${FILESDIR}/xilinx.conf ${STAGEDIR}${PREFIX}/etc/devd
diff --git a/misc/fxload/pkg-plist b/misc/fxload/pkg-plist
index a4676e4184eb..3e7bd008e59d 100644
--- a/misc/fxload/pkg-plist
+++ b/misc/fxload/pkg-plist
@@ -1,4 +1,4 @@
 etc/devd/xilinx.conf
 sbin/fxload
-man/man8/fxload.8.gz
+share/man/man8/fxload.8.gz
 %%DATADIR%%/a3load.hex



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