summaryrefslogtreecommitdiff
path: root/databases/puppetdb7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/puppetdb7/Makefile')
-rw-r--r--databases/puppetdb7/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/puppetdb7/Makefile b/databases/puppetdb7/Makefile
index f2d73d995dc9..3102011cf8cc 100644
--- a/databases/puppetdb7/Makefile
+++ b/databases/puppetdb7/Makefile
@@ -1,5 +1,5 @@
PORTNAME= puppetdb
-PORTVERSION= 7.19.0
+PORTVERSION= 7.19.1
CATEGORIES= databases java
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 7
@@ -43,6 +43,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