037813cc78
${WRKSRC}/CHANGES. With this update comes Amazon S3 support provided by the newly imported net/py-boto package. This has not been tested yet, however, as I do not have an S3 account. Please let me know if this update has resulted in any untoward effects. Thanks.
15 lines
560 B
Text
15 lines
560 B
Text
$NetBSD: patch-aa,v 1.2 2008/02/06 07:17:00 bjs Exp $
|
|
|
|
--- setup.py.orig 2008-01-04 13:11:39.000000000 -0500
|
|
+++ setup.py
|
|
@@ -48,8 +48,8 @@ setup(name="duplicity",
|
|
library_dirs=libdir_list,
|
|
libraries=["rsync"])],
|
|
scripts = ['rdiffdir', 'duplicity'],
|
|
- data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
|
|
- ('share/doc/duplicity-%s' % version_string,
|
|
+ data_files = [('man/man1', ['duplicity.1', 'rdiffdir.1']),
|
|
+ ('share/doc/duplicity-%s' % (version_string,),
|
|
['COPYING', 'README', 'CHANGELOG'])])
|
|
|
|
|