git: 9632fe174e9b - main - java/intellij: move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Mar 2024 01:59:46 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9632fe174e9bcea8b4b4d09887560d19749f61f7
commit 9632fe174e9bcea8b4b4d09887560d19749f61f7
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-03-11 01:56:17 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-03-11 01:56:17 +0000
java/intellij: move man pages to share/man
---
java/intellij/Makefile | 4 ++--
java/intellij/pkg-plist | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/java/intellij/Makefile b/java/intellij/Makefile
index b4dc881d4936..7bb07a253159 100644
--- a/java/intellij/Makefile
+++ b/java/intellij/Makefile
@@ -3,7 +3,7 @@
PORTNAME= intellij
PORTVERSION= 2020.2.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= https://download-cf.jetbrains.com/idea/
DISTNAME= ideaIC-${PORTVERSION}-no-jbr
@@ -57,7 +57,7 @@ do-install:
${INSTALL_LIB} ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/freebsd64/libjansi.so \
${STAGEDIR}${DATADIR}/plugins/maven/lib/maven3/lib/jansi-native/freebsd64/
${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea
- ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
diff --git a/java/intellij/pkg-plist b/java/intellij/pkg-plist
index adfa7deab855..321bd373bfbb 100644
--- a/java/intellij/pkg-plist
+++ b/java/intellij/pkg-plist
@@ -1,5 +1,4 @@
bin/idea
-man/man1/idea.1.gz
share/applications/idea.desktop
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/LICENSE.txt
@@ -2272,6 +2271,7 @@ share/applications/idea.desktop
%%DATADIR%%/plugins/yaml/lib/yaml.jar
%%DATADIR%%/product-info.json
%%DATADIR%%/redist/annotations-java8.jar
+share/man/man1/idea.1.gz
@dir %%DATADIR%%/plugins/webp/lib/libwebp/linux
@dir %%DATADIR%%/plugins/webp/lib/libwebp/mac
@dir %%DATADIR%%/plugins/webp/lib/libwebp/win