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/postgresql91-docs/Makefile | |
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/postgresql91-docs/Makefile')
-rw-r--r-- | databases/postgresql91-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile index c9cfb21c2c1f..17212693aab2 100644 --- a/databases/postgresql91-docs/Makefile +++ b/databases/postgresql91-docs/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS+= onsgmls:${PORTSDIR}/textproc/opensp \ ${dbdir}/4.2:${PORTSDIR}/textproc/docbook-sgml do-build: - ${GMAKE} -C ${WRKSRC} html + ${MAKE_CMD} -C ${WRKSRC} html do-install: @ $(MKDIR) ${STAGEDIR}${PGDOCSDIR} |