[54723] contrib/mpvim/syntax/portfile.vim

mnick at macports.org mnick at macports.org
Fri Jul 31 17:58:34 PDT 2009


Revision: 54723
          http://trac.macports.org/changeset/54723
Author:   mnick at macports.org
Date:     2009-07-31 17:58:33 -0700 (Fri, 31 Jul 2009)
Log Message:
-----------
recognize build.dir and destroot.dir

Modified Paths:
--------------
    contrib/mpvim/syntax/portfile.vim

Modified: contrib/mpvim/syntax/portfile.vim
===================================================================
--- contrib/mpvim/syntax/portfile.vim	2009-08-01 00:53:21 UTC (rev 54722)
+++ contrib/mpvim/syntax/portfile.vim	2009-08-01 00:58:33 UTC (rev 54723)
@@ -70,7 +70,7 @@
 syn match PortfilePhasesAA 		"auto\(make\|\(re\)\?conf\).\(env\|args\|dir\)"
 
 " Build phase options
-syn match PortfilePhasesBuild 	"build\.\(cmd\|type\)"
+syn match PortfilePhasesBuild 	"build\.\(cmd\|type\|dir\)"
 syn match PortfilePhasesBuild 	"build\.\(\(pre\|post\)_\)\?args"
 syn match PortfilePhasesBuild 	"build\.\(target\|env\)\(-\(append\|delete\)\)\?"
 syn keyword PortfilePhasesBuild use_parallel_build nextgroup=PortfileYesNo skipwhite
@@ -80,7 +80,7 @@
 syn match PortfilePhasesTest 	"test\.env\(-\(append\|delete\)\)\?"
 
 " Test destroot options
-syn match PortfilePhasesDest 	"destroot\.\(cmd\|type\|destdir\|umask\|keepdirs\|violate_mtree\)"
+syn match PortfilePhasesDest 	"destroot\.\(cmd\|type\|dir\|destdir\|umask\|keepdirs\|violate_mtree\)"
 syn match PortfilePhasesDest 	"destroot\.\(\(pre\|post\)_\)\?args"
 syn match PortfilePhasesDest 	"destroot\.target\(-\(append\|delete\)\)\?"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090731/339a1f3a/attachment.html>


More information about the macports-changes mailing list