aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--news/newsstar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile
index 9a7d33623c57..67ca00b7ac45 100644
--- a/news/newsstar/Makefile
+++ b/news/newsstar/Makefile
@@ -82,8 +82,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.else
- ${GMAKE} -C ${WRKSRC}/src install
- ${GMAKE} -C ${WRKSRC}/docs install-man
+ ${MAKE} -C ${WRKSRC}/src install
+ ${MAKE} -C ${WRKSRC}/docs install-man
.endif
post-patch: