aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2014-12-04 01:10:21 +0800
committermatthew <matthew@FreeBSD.org>2014-12-04 01:10:21 +0800
commitcddfde21802b11eecf68bdc803006c6a788fdc63 (patch)
tree46588b87509640e6739e0db1e9e428d14d46481a /databases
parent6d186b467ce809073afb80865329e1884ad0bcab (diff)
downloadfreebsd-ports-graphics-cddfde21802b11eecf68bdc803006c6a788fdc63.tar.gz
freebsd-ports-graphics-cddfde21802b11eecf68bdc803006c6a788fdc63.tar.zst
freebsd-ports-graphics-cddfde21802b11eecf68bdc803006c6a788fdc63.zip
Ooops. Replace the %%PREFIX%% special tokens accidentally lost during
the previous update.
Diffstat (limited to 'databases')
-rw-r--r--databases/pgbarman/files/patch-barman_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgbarman/files/patch-barman_config.py b/databases/pgbarman/files/patch-barman_config.py
index 96f47b025ba..ff80493aee2 100644
--- a/databases/pgbarman/files/patch-barman_config.py
+++ b/databases/pgbarman/files/patch-barman_config.py
@@ -6,8 +6,8 @@
'~/.barman.conf',
- '/etc/barman.conf',
- '/etc/barman/barman.conf',
-+ '/usr/local/etc/barman.conf',
-+ '/usr/local/etc/barman/barman.conf',
++ '%%PREFIX%%/etc/barman.conf',
++ '%%PREFIX%%/etc/barman/barman.conf',
]
_QUOTE_RE = re.compile(r"""^(["'])(.*)\1$""")