summaryrefslogtreecommitdiff
path: root/news/husky-hpt
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-22 18:44:01 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-22 18:44:01 +0000
commit13f24bdab7716d278dc45d1fef49a2cf859117b1 (patch)
treec1b3659ce125fe16c540552b0b30379d8f56e5f0 /news/husky-hpt
parentupgrade to 1.6.1 (diff)
- build (hpt) with perl support by default
(-DWITHOUT_PERL knob can be used to turn it off) - use current ${CC}, ${CXX}, ${CFLAGS}, ${PREFIX} values (not values which were in effect when husky-base port was built)
Notes
Notes: svn path=/head/; revision=73804
Diffstat (limited to 'news/husky-hpt')
-rw-r--r--news/husky-hpt/Makefile4
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"