summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-11-10 13:36:36 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-11-10 13:36:36 +0000
commit6490335f3d3151022901940de10b1f76e37df751 (patch)
tree12f458fc7bb3600205bd944fcb541213bf58e70f /lang
parentFix build on 4.x (diff)
Fix build: Use our own targets since the real ones have funky dependencies
which would like autoreconf.
Notes
Notes: svn path=/head/; revision=147831
Diffstat (limited to 'lang')
-rw-r--r--lang/hugs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 87e373e6f9c0..da3a9687a3df 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -48,4 +48,14 @@ post-patch:
/^install :: install_guide/d' \
${WRKSRC}/src/MkInstal.in
+do-build:
+. for dir in src libraries docs
+ cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
+. endfor
+
+do-install:
+. for dir in src libraries demos docs
+ cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
+. endfor
+
.include <bsd.port.post.mk>