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 install directory issue PR pkg/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/106afd24b51b
branches:  trunk
changeset: 323396:106afd24b51b
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu May 09 14:41:13 2019 +0000

description:
Fix install directory issue PR pkg/54183, thanks wiz@ and leot@ for review

        Install destination inconsistency if PKG_REVISION is set.
        The part of error message looks as:

        ERROR: The following files are in the PLIST but not in /W/devel/rubymine-bin/work/.destdir/usr/pkg:
        ERROR:         /W/devel/rubymine-bin/work/.destdir/usr/pkg/${PKGNAME_NOREV}/Install-Linux-tar.txt
               .....
               ....
        ERROR: ************************************************************
        ERROR: The following files are in /W/devel/rubymine-bin/work/.destdir/usr/pkg but not in the PLIST:
        ERROR:         /W/devel/rubymine-bin/work/.destdir/usr/pkg/rubymine-bin-2018.3.5nb1/Install-Linux-tar.txt

diffstat:

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

diffs (18 lines):

diff -r b50915324887 -r 106afd24b51b devel/rubymine-bin/Makefile
--- a/devel/rubymine-bin/Makefile       Thu May 09 14:39:20 2019 +0000
+++ b/devel/rubymine-bin/Makefile       Thu May 09 14:41:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:32:50 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/09 14:41:13 mef Exp $
 
 
 VERSION=       2018.3.5
@@ -48,7 +48,7 @@
        ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME}|g" \
        ${FILESDIR}/rubymine.desktop > \
        ${DESTDIR}${PREFIX}/share/applications/rubymine.desktop && \
-       pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGNAME}
+       pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGNAME_NOREV}
 
 .include "../../lang/python/application.mk"
 .include "../../mk/java-vm.mk"



Home | Main Index | Thread Index | Old Index