diff options
Diffstat (limited to 'news/husky-hpt')
-rw-r--r-- | news/husky-hpt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index 0149998c7fca..25d52b4d1592 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -29,10 +29,10 @@ post-patch: ${WRKSRC}/man/txt2pkt.1 post-build: - @cd ${WRKSRC}/doc && ${GMAKE} + @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} all post-install: - @cd ${WRKSRC}/doc && ${GMAKE} install + @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install .include <bsd.port.pre.mk> .include "${PORTSDIR}/news/husky-base/Makefile.inc" |