diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-04-30 14:19:33 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-04-30 14:19:33 +0000 |
commit | 8cd1bffea866efc635d6a2bd3588f1dd837c83d7 (patch) | |
tree | 4fe8be49fbeb738655502c516afa552d4539fed3 /www/moinmoin/files/patch-setup.py | |
parent | Update to the 20100425 snapshot of GCC 4.3.5. (diff) |
Do not install .orig files.
PR: ports/146142
Submitted by: Bai Guixing <khsing.cn@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=253473
Diffstat (limited to 'www/moinmoin/files/patch-setup.py')
-rw-r--r-- | www/moinmoin/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/moinmoin/files/patch-setup.py b/www/moinmoin/files/patch-setup.py new file mode 100644 index 000000000000..4c11e253edbd --- /dev/null +++ b/www/moinmoin/files/patch-setup.py @@ -0,0 +1,10 @@ +--- ./setup.py.orig 2010-04-30 10:09:50.411058590 -0400 ++++ ./setup.py 2010-04-30 10:10:32.801862294 -0400 +@@ -26,6 +26,7 @@ + return (name.startswith('.') or + name.startswith('#') or + name.endswith('.pickle') or ++ name.endswith('.orig') or + name == 'CVS') + + def isgood(name): |