diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-18 17:46:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-18 17:46:42 +0000 |
commit | b7cbdecb27b77baa57038e1518d56d1e4c797e1d (patch) | |
tree | b4a4279b3f2b69761beb56de0c586e5d237b3624 /Tools | |
parent | 8b5b461fdcc3f04b7824c92e1ae300241a9bc3dd (diff) | |
download | ports-b7cbdecb27b77baa57038e1518d56d1e4c797e1d.tar.gz ports-b7cbdecb27b77baa57038e1518d56d1e4c797e1d.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/patchtool.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/scripts/patchtool.py b/Tools/scripts/patchtool.py index be0b96efd282..f9008af92cd2 100755 --- a/Tools/scripts/patchtool.py +++ b/Tools/scripts/patchtool.py @@ -1,4 +1,6 @@ #!/usr/local/bin/python +# ex:ts=4 +#-*- mode: Fundamental; tab-width: 4; -*- # # patchtool.py - a tool to automate common operation with patchfiles in the # FreeBSD Ports Collection. @@ -50,7 +52,7 @@ class Vars: DEV_NULL = '/dev/null' ETC_MAKE_CONF = '/etc/make.conf' - SLASH_REPL_SYMBOL = '::' # The sysmbol to replace '/' when auto-generating + SLASH_REPL_SYMBOL = '_' # The symbol to replace '/' when auto-generating # patchnames |