From 4dcaf0fba1f72dfd1756409ad4e5c7e2578bf075 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 29 Jan 2024 23:24:42 +0100 Subject: [PATCH] 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 1e76655eec781..119f170089674 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 a4676e4184ebd..3e7bd008e59df 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