aboutsummaryrefslogtreecommitdiffstats
path: root/news/newsstar
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2010-12-09 18:05:37 +0800
committermandree <mandree@FreeBSD.org>2010-12-09 18:05:37 +0800
commit02674bca250871560640c73ef836e845c4e179d1 (patch)
tree1b60424843a4b600e09bcd236ccc69687af3d2b6 /news/newsstar
parente930a4edd69395b061a3df3d9ba5145e2ec9986e (diff)
downloadfreebsd-ports-gnome-02674bca250871560640c73ef836e845c4e179d1.tar.gz
freebsd-ports-gnome-02674bca250871560640c73ef836e845c4e179d1.tar.zst
freebsd-ports-gnome-02674bca250871560640c73ef836e845c4e179d1.zip
Fix NOPORTDOCS builds if gmake isn't installed.
Diffstat (limited to 'news/newsstar')
-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: