Skip to content

Commit

Permalink
devel/jetbrains-phpstorm: 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 f8e9ea7 commit c4d92a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devel/jetbrains-phpstorm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= phpstorm
PORTVERSION= 2023.3.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://download-cdn.jetbrains.com/webide/
PKGNAMEPREFIX= jetbrains-
Expand Down Expand Up @@ -59,7 +60,7 @@ do-install:
@(cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}/bin/ \
"-name *\.sh -o -name *\.py")
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
Expand Down
2 changes: 1 addition & 1 deletion devel/jetbrains-phpstorm/pkg-plist
@@ -1,5 +1,5 @@
bin/phpstorm
man/man1/phpstorm.1.gz
share/man/man1/phpstorm.1.gz
share/applications/phpstorm.desktop
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/bin/brokenPlugins.db
Expand Down

0 comments on commit c4d92a1

Please sign in to comment.