Skip to content

Commit

Permalink
devel/rubymine: 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 Feb 23, 2024
1 parent bb09f87 commit d78cc41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devel/rubymine/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rubymine
PORTVERSION= 2023.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel java
MASTER_SITES= https://download.jetbrains.com/ruby/
DISTNAME= RubyMine-${PORTVERSION}
Expand Down Expand Up @@ -48,7 +48,7 @@ do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
@${TAR} -czf - -C ${WRKDIST} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/rubymine ${STAGEDIR}${PREFIX}/bin/rubymine
${INSTALL_MAN} ${FILESDIR}/rubymine.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${FILESDIR}/rubymine.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKDIR}/rubymine.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
Expand Down
2 changes: 1 addition & 1 deletion devel/rubymine/pkg-plist
@@ -1,5 +1,5 @@
bin/rubymine
man/man1/rubymine.1.gz
share/man/man1/rubymine.1.gz
share/applications/rubymine.desktop
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/RMlogo.svg
Expand Down

0 comments on commit d78cc41

Please sign in to comment.