[23935] trunk/dports/editors/vim/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 12 20:39:24 PDT 2007


Revision: 23935
          http://trac.macosforge.org/projects/macports/changeset/23935
Author:   pipping at macports.org
Date:     2007-04-12 20:39:24 -0700 (Thu, 12 Apr 2007)

Log Message:
-----------
 * replace '[.]' with \. in strsed
   -> whoever put this in here should be ashamed of himself! ;)

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-04-13 03:15:43 UTC (rev 23934)
+++ trunk/dports/editors/vim/Portfile	2007-04-13 03:39:24 UTC (rev 23935)
@@ -58,7 +58,7 @@
 patchfiles          patch-if_ruby.c
 
 dist_subdir         vim
-distname            vim[strsed ${vim_version} {g/[.]//}]
+distname            vim[strsed ${vim_version} {g/\.//}]
 
 eval {
     set low 1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070412/334b9853/attachment.html


More information about the macports-changes mailing list