pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/intellij-ue-bin
Module Name: pkgsrc
Committed By: mef
Date: Thu May 9 15:12:02 UTC 2019
Modified Files:
pkgsrc/devel/intellij-ue-bin: Makefile
Log Message:
(devel/intellij-ue-bin) PR pkg/54183 problem is also here
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/intellij-ue-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/intellij-ue-bin/Makefile
diff -u pkgsrc/devel/intellij-ue-bin/Makefile:1.2 pkgsrc/devel/intellij-ue-bin/Makefile:1.3
--- pkgsrc/devel/intellij-ue-bin/Makefile:1.2 Thu Apr 25 07:32:46 2019
+++ pkgsrc/devel/intellij-ue-bin/Makefile Thu May 9 15:12:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:32:46 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/09 15:12:02 mef Exp $
#
# TODO Import intellij-fsnotifier with inotify support from FreeBSD.
@@ -57,7 +57,7 @@ do-install:
${ECHO} "idea.filewatcher.disabled=true" >> bin/idea.properties && \
${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME}|g" \
${FILESDIR}/idea-ultimate.desktop > ${DESTDIR}${PREFIX}/share/applications/idea-ultimate.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