diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-22 18:44:01 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-22 18:44:01 +0000 |
commit | 13f24bdab7716d278dc45d1fef49a2cf859117b1 (patch) | |
tree | c1b3659ce125fe16c540552b0b30379d8f56e5f0 /news/husky-hpt | |
parent | bf9d54dc74da11ad2d9e8edc815907fc78a64574 (diff) | |
download | ports-13f24bdab7716d278dc45d1fef49a2cf859117b1.tar.gz ports-13f24bdab7716d278dc45d1fef49a2cf859117b1.zip |
Notes
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" |