aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 22:24:42 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 22:26:05 +0000
commit4dcaf0fba1f72dfd1756409ad4e5c7e2578bf075 (patch)
tree81abfa6a34cd3de4f9eb144f06dd40216fc699f4
parent12236708e564acf2a0a7b6d1ccf79b7d24c0a359 (diff)
downloadports-4dcaf0fba1f72dfd1756409ad4e5c7e2578bf075.tar.gz
ports-4dcaf0fba1f72dfd1756409ad4e5c7e2578bf075.zip
misc/fxload: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/fxload/Makefile3
-rw-r--r--misc/fxload/pkg-plist2
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