diff options
Diffstat (limited to 'net/c3270/Makefile')
-rw-r--r-- | net/c3270/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index 76c7ab896e9b..9a6621a3b857 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -103,7 +103,7 @@ CONFIGURE_ARGS+= --disable-trace .endif post-install: - @( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man ) + @( cd ${WRKSRC} && ${MAKE_CMD} ${MAKE_FLAGS} Makefile install.man ) .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/html |