summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorEinar Bjarni Halldórsson <einar@isnic.is>2021-05-12 07:20:27 -0700
committerNeel Chauhan <nc@FreeBSD.org>2021-05-12 07:20:27 -0700
commit57eabeb80b69fef8515cf0c23b27187e006f843f (patch)
treec34d0d1354685eaed5f612b50af14b43030dd360 /archivers
parent3a222e29c07873dfc107b71224631d85112360cf (diff)
downloadfreebsd-ports-57eabeb80b69fef8515cf0c23b27187e006f843f.zip
archivers/urbackup-client: Fix build
PR: 255509
Diffstat (limited to 'archivers')
-rw-r--r--archivers/urbackup-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/urbackup-client/Makefile b/archivers/urbackup-client/Makefile
index 63bc6e5b7c36..db8146812e3c 100644
--- a/archivers/urbackup-client/Makefile
+++ b/archivers/urbackup-client/Makefile
@@ -41,7 +41,7 @@ CONFFILES= mariadbdump.conf mariadbxtrabackup.conf postgresbase.conf \
post-patch:
@${SED} -i "" -e "s:%%PREFIX%%:${PREFIX}:g" \
- ${WRKDIR}/urbackupclient/backup_scripts/postgresqldump
+ ${WRKSRC}/urbackupclient/backup_scripts/postgresqldump
post-stage:
${INSTALL_DATA} ${WRKDIR}/urbackupclient.conf.sample-daemon \