diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
| commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
| tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /databases/pgpool-II | |
| parent | - fix pkg-plist (diff) | |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Diffstat (limited to 'databases/pgpool-II')
| -rw-r--r-- | databases/pgpool-II/Makefile | 4 |
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} |
