pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/phpstorm-bin



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu May  9 15:13:15 UTC 2019

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

Log Message:
(devel/phpstorm-bin) PR pkg/54183 problem is also here


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/phpstorm-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/phpstorm-bin/Makefile
diff -u pkgsrc/devel/phpstorm-bin/Makefile:1.2 pkgsrc/devel/phpstorm-bin/Makefile:1.3
--- pkgsrc/devel/phpstorm-bin/Makefile:1.2      Thu Apr 25 07:32:48 2019
+++ pkgsrc/devel/phpstorm-bin/Makefile  Thu May  9 15:13:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:32:48 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/09 15:13:15 mef Exp $
 
 
 VERSION=       2018.3.4
@@ -51,7 +51,7 @@ do-install:
        ${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME}|g" \
        ${FILESDIR}/phpstorm.desktop > \
        ${DESTDIR}${PREFIX}/share/applications/phpstorm.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