summaryrefslogtreecommitdiff
path: root/news/husky-htick
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-htick
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-htick')
-rw-r--r--news/husky-htick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile
index 5e1380822461..e134ae65d074 100644
--- a/news/husky-htick/Makefile
+++ b/news/husky-htick/Makefile
@@ -24,10 +24,10 @@ post-patch:
${WRKSRC}/man/htick.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"