summaryrefslogtreecommitdiff
path: root/databases/pgpool-II
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgpool-II')
-rw-r--r--databases/pgpool-II/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile
index 80b3143c683c..fff220682cce 100644
--- a/databases/pgpool-II/Makefile
+++ b/databases/pgpool-II/Makefile
@@ -53,12 +53,12 @@ post-patch:
post-build:
.for f in ${FUNCTIONS}
- @cd ${WRKSRC}/sql/${f} && ${GMAKE}
+ @cd ${WRKSRC}/sql/${f} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
.endfor
post-install:
.for f in ${FUNCTIONS}
- @cd ${WRKSRC}/sql/${f} && ${GMAKE} DESTDIR=${STAGEDIR} ${INSTALL_TARGET}
+ @cd ${WRKSRC}/sql/${f} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} DESTDIR=${STAGEDIR} ${INSTALL_TARGET}
.endfor
${INSTALL_DATA} ${WRKSRC}/sample/dist_def_pgbench.sql ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sample/replicate_def_pgbench.sql ${STAGEDIR}${DATADIR}