Received: by mail.netbsd.org (Postfix, from userid 605) id 9CFD184E7A; Fri, 10 May 2019 12:48:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24F5784D8B for ; Fri, 10 May 2019 12:48:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xpQThl_BwJsI for ; Fri, 10 May 2019 12:48:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7D68384D6A for ; Fri, 10 May 2019 12:48:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7200BFB16; Fri, 10 May 2019 12:48:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557492519193470" MIME-Version: 1.0 Date: Fri, 10 May 2019 12:48:39 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/rubymine-bin To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20190510124839.7200BFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1557492519193470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1557492519193470 Content-Disposition: inline Content-Length: 923 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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} --_----------=_1557492519193470--