summaryrefslogtreecommitdiff
path: root/databases/openvoxdb-terminus8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--databases/openvoxdb-terminus8/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/openvoxdb-terminus8/Makefile b/databases/openvoxdb-terminus8/Makefile
index 98ac666e1081..c149304f2224 100644
--- a/databases/openvoxdb-terminus8/Makefile
+++ b/databases/openvoxdb-terminus8/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openvoxdb-terminus
-PORTVERSION= 8.9.1
+PORTVERSION= 8.11.0
CATEGORIES= databases ruby
MASTER_SITES= https://artifacts.voxpupuli.org/openvoxdb/${PORTVERSION}/
PKGNAMESUFFIX= 8
@@ -16,10 +16,8 @@ NO_BUILD= yes
USES= gmake ruby
WRKSRC= ${WRKDIR}/puppetdb-${PORTVERSION}
-post-patch:
- @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile
-
do-install:
- @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini
+ ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} puppet ${STAGEDIR}${RUBY_SITELIBDIR}
.include <bsd.port.mk>