pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/intellij-ce-bin



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Feb 15 23:13:18 UTC 2022

Modified Files:
        pkgsrc/devel/intellij-ce-bin: Makefile

Log Message:
intellij-ce-bin: fix pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/intellij-ce-bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/intellij-ce-bin/Makefile
diff -u pkgsrc/devel/intellij-ce-bin/Makefile:1.7 pkgsrc/devel/intellij-ce-bin/Makefile:1.8
--- pkgsrc/devel/intellij-ce-bin/Makefile:1.7   Tue Feb 15 21:21:24 2022
+++ pkgsrc/devel/intellij-ce-bin/Makefile       Tue Feb 15 23:13:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/02/15 21:21:24 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2022/02/15 23:13:18 rillig Exp $
 #
 # TODO Import intellij-fsnotifier with inotify support from FreeBSD.
 
@@ -16,13 +16,12 @@ LICENSE=    apache-2.0
 DEPENDS+=      intellij-fsnotifier-[0-9]*:../../sysutils/intellij-fsnotifier
 
 WRKSRC=                ${WRKDIR}/idea-IC-213.6777.52
-USE_JAVA=      yes
 USE_JAVA2=     9
 
 USE_TOOLS+=    bash pax sed
 
 REPLACE_PYTHON=        bin/printenv.py \
-               bin/restart.py  \
+               bin/restart.py
 
 REPLACE_BASH=  plugins/Kotlin/kotlinc/bin/kotlin       \
                plugins/Kotlin/kotlinc/bin/kotlin-dce-js\



Home | Main Index | Thread Index | Old Index