diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-01-01 11:45:10 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-01-01 11:45:10 +0000 |
commit | d90d44a853bbd9a95dc498d557ecea11cc9a1618 (patch) | |
tree | 0a0aae6140e52ec99db60b492f47e6cd8c780db5 /sysutils/duplicity05/files/patch-setup.py | |
parent | - Update to 2011.12.31 (diff) |
Remove expired unmaintained ports:
2011-12-31 sysutils/duplicity05: This version is out of date, and the 0.6.x branch is considered stable
2012-01-01 japanese/py-kanjilib: This port is not needed with any supported python version
Notes
Notes:
svn path=/head/; revision=288367
Diffstat (limited to 'sysutils/duplicity05/files/patch-setup.py')
-rw-r--r-- | sysutils/duplicity05/files/patch-setup.py | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sysutils/duplicity05/files/patch-setup.py b/sysutils/duplicity05/files/patch-setup.py deleted file mode 100644 index 3d30bb209e08..000000000000 --- a/sysutils/duplicity05/files/patch-setup.py +++ /dev/null @@ -1,31 +0,0 @@ ---- setup.py.orig 2009-09-05 20:36:52.972675012 +0200 -+++ setup.py 2009-09-05 20:36:55.996611410 +0200 -@@ -31,6 +31,10 @@ - - incdir_list = libdir_list = None - -+LOCALBASE = os.environ.get("LOCALBASE", "/usr/local") -+incdir_list = ['%s/include' % LOCALBASE] -+libdir_list = ['%s/lib/' % LOCALBASE] -+ - if os.name == 'posix': - LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '') - args = sys.argv[:] -@@ -42,16 +46,9 @@ - incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')] - libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')] - --data_files = [('share/man/man1', -+data_files = [('man/man1', - ['duplicity.1', - 'rdiffdir.1']), -- ('share/doc/duplicity-%s' % version_string, -- ['COPYING', -- 'REPO-README', -- 'LOG-README', -- 'README', -- 'tarfile-LICENSE', -- 'CHANGELOG']), - ] - - assert os.path.exists("po"), "Missing 'po' directory." |