diff options
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} |