diff --git a/MOVED b/MOVED index 449066bbd3f0..2d7947815fb2 100644 --- a/MOVED +++ b/MOVED @@ -8065,3 +8065,4 @@ editors/calligra-l10n-nds||2015-12-21|Not shipped by Calligra 2.9.10 editors/calligra-l10n-sl||2015-12-21|Not shipped by Calligra 2.9.10 japanese/ochusha||2015-12-25|Has expired: Development ceased in 2008, other options available sysutils/phttpget||2015-12-27|Already in base system (/usr/libexec/phttpget) +editors/sublime|editors/linux-sublime|2015-12-29|Renamed (Linux binary port) diff --git a/editors/Makefile b/editors/Makefile index c011ef91076d..665950a83ea0 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -192,6 +192,7 @@ SUBDIR += libreoffice-xh SUBDIR += libreoffice-zu SUBDIR += libreoffice4 + SUBDIR += linux-sublime SUBDIR += madedit SUBDIR += manedit SUBDIR += mg @@ -229,7 +230,6 @@ SUBDIR += ssam SUBDIR += ssed SUBDIR += sted - SUBDIR += sublime SUBDIR += sublime3 SUBDIR += tamago SUBDIR += tea diff --git a/editors/sublime/Makefile b/editors/linux-sublime/Makefile similarity index 93% rename from editors/sublime/Makefile rename to editors/linux-sublime/Makefile index a4ee51632644..1db31eda3d88 100644 --- a/editors/sublime/Makefile +++ b/editors/linux-sublime/Makefile @@ -7,16 +7,17 @@ PORTREVISION= 3 CATEGORIES= editors linux MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ DISTNAME= Sublime%20Text%202.0.2 +PKGNAMEPREFIX= linux- MAINTAINER= xmj@chaot.net COMMENT= Sublime Text is a sophisticated text editor for code, markup and prose -USES= tar:bzip2 +USES= tar:bzip2 INSTALLS_ICONS= yes -WRKSRC= ${WRKDIR}/"Sublime Text 2" +WRKSRC= ${WRKDIR}/"Sublime Text 2" NO_BUILD= -STRIP= # don't strip linux binaries. +STRIP= # don't strip linux binaries. SUB_FILES= sublime USE_LINUX= c6 diff --git a/editors/sublime/distinfo b/editors/linux-sublime/distinfo similarity index 100% rename from editors/sublime/distinfo rename to editors/linux-sublime/distinfo diff --git a/editors/sublime/files/patch-PackageSetup.py b/editors/linux-sublime/files/patch-PackageSetup.py similarity index 100% rename from editors/sublime/files/patch-PackageSetup.py rename to editors/linux-sublime/files/patch-PackageSetup.py diff --git a/editors/sublime/files/sublime.in b/editors/linux-sublime/files/sublime.in similarity index 100% rename from editors/sublime/files/sublime.in rename to editors/linux-sublime/files/sublime.in diff --git a/editors/sublime/pkg-descr b/editors/linux-sublime/pkg-descr similarity index 100% rename from editors/sublime/pkg-descr rename to editors/linux-sublime/pkg-descr diff --git a/editors/sublime/pkg-plist b/editors/linux-sublime/pkg-plist similarity index 100% rename from editors/sublime/pkg-plist rename to editors/linux-sublime/pkg-plist