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:           Thu May  9 14:41:13 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/rubymine-bin/Makefile:1.3
--- pkgsrc/devel/rubymine-bin/Makefile:1.2      Thu Apr 25 07:32:50 2019
+++ pkgsrc/devel/rubymine-bin/Makefile  Thu May  9 14:41:13 2019
@@ -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 @@ do-install:
        ${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