diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-17 10:58:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-17 10:58:57 +0000 |
commit | 78e1e7573e140a5b3cfba1b9dbf3eb5e84ff271c (patch) | |
tree | 670238b38fb282f6d0aa98e6a346481855f802c4 /Tools | |
parent | 6640851a581493b74bf45868af50efb93c40274b (diff) | |
download | ports-78e1e7573e140a5b3cfba1b9dbf3eb5e84ff271c.tar.gz ports-78e1e7573e140a5b3cfba1b9dbf3eb5e84ff271c.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/patchtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/patchtool.py b/Tools/scripts/patchtool.py index 8ae9ba0e75d2..be0b96efd282 100755 --- a/Tools/scripts/patchtool.py +++ b/Tools/scripts/patchtool.py @@ -558,7 +558,7 @@ def generate(args, automatic, force, ignoremtime): if os.path.isdir(patchdir): patches.adddir(patchdir, wrksrc) - extra_patches = querymakevar('EXTRA_PATCHES', portdir, True) + extra_patches = querymakevar('EXTRA_PATCHES', portdir, False) for extra_patch in extra_patches.split(): if os.path.isfile(extra_patch): patches.addpatchfile(extra_patch, wrksrc) |