pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rubymine-bin Fix more PKGNAME -> PKGNAME_NOREV f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67665585e85a
branches:  trunk
changeset: 333597:67665585e85a
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri May 10 12:48:39 2019 +0000

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

diffstat:

 devel/rubymine-bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1deeda09a2de -r 67665585e85a devel/rubymine-bin/Makefile
--- a/devel/rubymine-bin/Makefile       Fri May 10 12:26:45 2019 +0000
+++ b/devel/rubymine-bin/Makefile       Fri May 10 12:48:39 2019 +0000
@@ -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 @@
        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