Skip to content

Commit

Permalink
x11-fm/rox-filer: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 23, 2024
1 parent 8ce9d56 commit 2d6bce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x11-fm/rox-filer/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= rox-filer
PORTVERSION= 2.11
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= x11-fm gnome
MASTER_SITES= SF/rox/rox/${PORTVERSION}

Expand Down Expand Up @@ -50,7 +50,7 @@ do-install:
style.css subclasses ${STAGEDIR}${PREFIX}/apps/ROX-Filer
cd ${WRKSRC} && ${CP} -r Choices ${STAGEDIR}${PREFIX}/share/
${CAT} ${FILESDIR}/rox | ${SED} -e "s|%%PREFIX%%|${PREFIX}|" > ${STAGEDIR}${PREFIX}/bin/rox
${INSTALL_MAN} ${WRKSRC}/rox.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/rox.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages
${INSTALL_DATA} ${WRKSRC}/rox.xml ${STAGEDIR}${PREFIX}/share/mime/packages

Expand Down
2 changes: 1 addition & 1 deletion x11-fm/rox-filer/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ apps/ROX-Filer/images/symlink.png
apps/ROX-Filer/style.css
apps/ROX-Filer/subclasses
@(,,755) bin/rox
man/man1/rox.1.gz
share/Choices/MIME-types/application_postscript
share/Choices/MIME-types/text
share/Choices/MIME-types/text_html
share/man/man1/rox.1.gz
share/mime/packages/rox.xml

0 comments on commit 2d6bce8

Please sign in to comment.