pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/clion-bin
Module Name: pkgsrc
Committed By: mef
Date: Thu May 9 15:03:10 UTC 2019
Modified Files:
pkgsrc/devel/clion-bin: Makefile
Log Message:
(devel/clion-bin) PR pkg/54183 problem is also here
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/clion-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/clion-bin/Makefile
diff -u pkgsrc/devel/clion-bin/Makefile:1.2 pkgsrc/devel/clion-bin/Makefile:1.3
--- pkgsrc/devel/clion-bin/Makefile:1.2 Thu Apr 25 07:32:43 2019
+++ pkgsrc/devel/clion-bin/Makefile Thu May 9 15:03:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:32:43 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/09 15:03:10 mef Exp $
VERSION= 2018.3.4
@@ -50,7 +50,7 @@ do-install:
${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME}|g" \
${FILESDIR}/clion.desktop > \
${DESTDIR}${PREFIX}/share/applications/clion.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