aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-12-03 17:10:21 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-12-03 17:10:21 +0000
commit82c277f8c67d5517567b151873c9fd5817a3434b (patch)
tree46588b87509640e6739e0db1e9e428d14d46481a /databases
parent0bd8ff190bf2a302d59fbed7bf964bc11fce6f21 (diff)
downloadports-82c277f8c67d5517567b151873c9fd5817a3434b.tar.gz
ports-82c277f8c67d5517567b151873c9fd5817a3434b.zip
Ooops. Replace the %%PREFIX%% special tokens accidentally lost during
the previous update.
Notes
Notes: svn path=/head/; revision=373846
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 96f47b025ba6..ff80493aee2b 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$""")