diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2010-12-09 10:05:37 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2010-12-09 10:05:37 +0000 |
commit | 6b44803ed096a9d2c38e48ce214b99fc437f3346 (patch) | |
tree | 071dbaf363c85cbc520b7b7f1c6b1a7d9eff03be /news | |
parent | a91bbb42334aaa5cc4a5594113b18ee686cd14fc (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/newsstar/Makefile | 4 |
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: |