69058d234d
Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission; to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies. It provides an interface to Subversion, an integrated Wiki and convenient report facilities. ok sturm@
13 lines
761 B
Plaintext
13 lines
761 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2006/03/21 21:17:10 msf Exp $
|
|
--- setup.py.orig Mon Dec 5 10:23:47 2005
|
|
+++ setup.py Mon Dec 5 10:24:36 2005
|
|
@@ -225,7 +225,7 @@ facilities.
|
|
(_p('share/trac/htdocs'), glob(_p('htdocs/*.*')) + [_p('htdocs/README')]),
|
|
(_p('share/trac/htdocs/css'), glob(_p('htdocs/css/*'))),
|
|
(_p('share/trac/htdocs/js'), glob(_p('htdocs/js/*'))),
|
|
- (_p('share/man/man1'), glob(_p('scripts/*.1'))),
|
|
+ (_p('man/man1'), glob(_p('scripts/*.1'))),
|
|
(_p('share/trac/wiki-default'), glob(_p('wiki-default/[A-Z]*'))),
|
|
(_p('share/trac/wiki-macros'), glob(_p('wiki-macros/*.py')))],
|
|
scripts=[_p('scripts/trac-admin'),
|