pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rubymine-bin



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri May 10 12:48:39 UTC 2019

Modified Files:
        pkgsrc/devel/rubymine-bin: Makefile

Log Message:
Fix more PKGNAME -> PKGNAME_NOREV for Icon/Exec path link. Thanks leot@ to point out


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/rubymine-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/rubymine-bin/Makefile
diff -u pkgsrc/devel/rubymine-bin/Makefile:1.3 pkgsrc/devel/rubymine-bin/Makefile:1.4
--- pkgsrc/devel/rubymine-bin/Makefile:1.3      Thu May  9 14:41:13 2019
+++ pkgsrc/devel/rubymine-bin/Makefile  Fri May 10 12:48:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/05/09 14:41:13 mef Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/10 12:48:39 mef Exp $
 
 
 VERSION=       2018.3.5
@@ -45,7 +45,7 @@ do-install:
        plugins/performanceTesting/lib/libasyncProfiler-linux.so\
        plugins/performanceTesting/lib/libasyncProfiler-macos.so && \
        ${ECHO} "idea.filewatcher.disabled=true" >> bin/idea.properties && \
-       ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME}|g" \
+       ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME_NOREV}|g" \
        ${FILESDIR}/rubymine.desktop > \
        ${DESTDIR}${PREFIX}/share/applications/rubymine.desktop && \
        pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGNAME_NOREV}



Home | Main Index | Thread Index | Old Index