summaryrefslogtreecommitdiff
path: root/databases/puppetdb8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/puppetdb8/Makefile')
-rw-r--r--databases/puppetdb8/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/puppetdb8/Makefile b/databases/puppetdb8/Makefile
index 9734579fd653..0496f383c589 100644
--- a/databases/puppetdb8/Makefile
+++ b/databases/puppetdb8/Makefile
@@ -1,5 +1,5 @@
PORTNAME= puppetdb
-PORTVERSION= 8.6.0
+PORTVERSION= 8.7.0
CATEGORIES= databases java
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 8
@@ -44,6 +44,9 @@ post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file}
.endfor
@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" ${WRKSRC}/ext/bin/puppetdb
+ @${REINPLACE_CMD} -e 's|/puppetlabs/puppetdb/|/puppetdb/|' \
+ -e 's|\(install -m 0644 ext/config/.*\)"|\1.sample"|' \
+ ${WRKSRC}/Makefile
do-install:
@cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} make install-puppetdb