Skip to content

Commit

Permalink
misc/fxload: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 29, 2024
1 parent 1223670 commit 4dcaf0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 4dcaf0f

Please sign in to comment.