svn commit: r378680 - head/editors/sublime3/files

Kurt Jaeger pi at FreeBSD.org
Sun Feb 8 20:40:43 UTC 2015


Author: pi
Date: Sun Feb  8 20:40:42 2015
New Revision: 378680
URL: https://svnweb.freebsd.org/changeset/ports/378680
QAT: https://qat.redports.org/buildarchive/r378680/

Log:
  editors/sublime3: change the path in the .desktop from absolute to relative
  
  Submitted by:	jbeich

Modified:
  head/editors/sublime3/files/patch-sublime_text.desktop

Modified: head/editors/sublime3/files/patch-sublime_text.desktop
==============================================================================
--- head/editors/sublime3/files/patch-sublime_text.desktop	Sun Feb  8 20:21:34 2015	(r378679)
+++ head/editors/sublime3/files/patch-sublime_text.desktop	Sun Feb  8 20:40:42 2015	(r378680)
@@ -5,7 +5,7 @@
  GenericName=Text Editor
  Comment=Sophisticated text editor for code, markup and prose
 -Exec=/opt/sublime_text/sublime_text %F
-+Exec=/usr/local/bin/sublime %F
++Exec=sublime %F
  Terminal=false
  MimeType=text/plain;
  Icon=sublime-text


More information about the svn-ports-all mailing list