mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix packing list problems in sysutils/duplicity:
the man pages were installed in share/man/ instead of man/ Pointyhat to: vd, Peter Schuller <peter.schuller@infidyne.com>
This commit is contained in:
parent
ee274ddfc5
commit
db41cdc518
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203323
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= duplicity
|
||||
PORTVERSION= 0.4.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- setup.py.orig Wed Nov 28 19:09:07 2007
|
||||
+++ setup.py Thu Nov 29 20:00:05 2007
|
||||
--- setup.py.orig 2007-12-07 17:28:51.000000000 +0200
|
||||
+++ setup.py 2007-12-12 14:51:55.000000000 +0200
|
||||
@@ -21,6 +21,10 @@
|
||||
|
||||
incdir_list = libdir_list = None
|
||||
@ -11,12 +11,14 @@
|
||||
if os.name == 'posix':
|
||||
LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '')
|
||||
args = sys.argv[:]
|
||||
@@ -49,7 +53,7 @@
|
||||
@@ -47,9 +51,6 @@
|
||||
include_dirs=incdir_list,
|
||||
library_dirs=libdir_list,
|
||||
libraries=["rsync"])],
|
||||
scripts = ['rdiffdir', 'duplicity'],
|
||||
data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
|
||||
- scripts = ['rdiffdir', 'duplicity'],
|
||||
- data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
|
||||
- ('share/doc/duplicity-%s' % version_string,
|
||||
+ ('share/doc/duplicity',
|
||||
['COPYING', 'README', 'CHANGELOG'])])
|
||||
- ['COPYING', 'README', 'CHANGELOG'])])
|
||||
+ scripts = ['rdiffdir', 'duplicity'])
|
||||
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= duplicity
|
||||
PORTVERSION= 0.4.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- setup.py.orig Wed Nov 28 19:09:07 2007
|
||||
+++ setup.py Thu Nov 29 20:00:05 2007
|
||||
--- setup.py.orig 2007-12-07 17:28:51.000000000 +0200
|
||||
+++ setup.py 2007-12-12 14:51:55.000000000 +0200
|
||||
@@ -21,6 +21,10 @@
|
||||
|
||||
incdir_list = libdir_list = None
|
||||
@ -11,12 +11,14 @@
|
||||
if os.name == 'posix':
|
||||
LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '')
|
||||
args = sys.argv[:]
|
||||
@@ -49,7 +53,7 @@
|
||||
@@ -47,9 +51,6 @@
|
||||
include_dirs=incdir_list,
|
||||
library_dirs=libdir_list,
|
||||
libraries=["rsync"])],
|
||||
scripts = ['rdiffdir', 'duplicity'],
|
||||
data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
|
||||
- scripts = ['rdiffdir', 'duplicity'],
|
||||
- data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
|
||||
- ('share/doc/duplicity-%s' % version_string,
|
||||
+ ('share/doc/duplicity',
|
||||
['COPYING', 'README', 'CHANGELOG'])])
|
||||
- ['COPYING', 'README', 'CHANGELOG'])])
|
||||
+ scripts = ['rdiffdir', 'duplicity'])
|
||||
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= duplicity
|
||||
PORTVERSION= 0.4.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- setup.py.orig Wed Nov 28 19:09:07 2007
|
||||
+++ setup.py Thu Nov 29 20:00:05 2007
|
||||
--- setup.py.orig 2007-12-07 17:28:51.000000000 +0200
|
||||
+++ setup.py 2007-12-12 14:51:55.000000000 +0200
|
||||
@@ -21,6 +21,10 @@
|
||||
|
||||
incdir_list = libdir_list = None
|
||||
@ -11,12 +11,14 @@
|
||||
if os.name == 'posix':
|
||||
LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '')
|
||||
args = sys.argv[:]
|
||||
@@ -49,7 +53,7 @@
|
||||
@@ -47,9 +51,6 @@
|
||||
include_dirs=incdir_list,
|
||||
library_dirs=libdir_list,
|
||||
libraries=["rsync"])],
|
||||
scripts = ['rdiffdir', 'duplicity'],
|
||||
data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
|
||||
- scripts = ['rdiffdir', 'duplicity'],
|
||||
- data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
|
||||
- ('share/doc/duplicity-%s' % version_string,
|
||||
+ ('share/doc/duplicity',
|
||||
['COPYING', 'README', 'CHANGELOG'])])
|
||||
- ['COPYING', 'README', 'CHANGELOG'])])
|
||||
+ scripts = ['rdiffdir', 'duplicity'])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user