summaryrefslogtreecommitdiff
path: root/www/cocoon/Makefile
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2002-01-14 15:35:46 +0000
committerjwise <jwise@pkgsrc.org>2002-01-14 15:35:46 +0000
commit17262a89daaa0da34edd071f58d30b0db6e7a3d6 (patch)
treea497da168528ae30b415fc2e05f304b599864089 /www/cocoon/Makefile
parentaec1932c208567f12f7604a7aedfdecf34a591ab (diff)
downloadpkgsrc-17262a89daaa0da34edd071f58d30b0db6e7a3d6.tar.gz
Fix an incorrect usage of ${MAKE_ENV} which was keeping cocoon from building
on systems (such as the bulk build system) where ${JAVA_HOME} was not set in the invoker's environment.
Diffstat (limited to 'www/cocoon/Makefile')
-rw-r--r--www/cocoon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile
index d6eb1a802b8..ee6eca2d30a 100644
--- a/www/cocoon/Makefile
+++ b/www/cocoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/11/14 14:47:56 agc Exp $
+# $NetBSD: Makefile,v 1.14 2002/01/14 15:35:46 jwise Exp $
DISTNAME= Cocoon-1.8.2
PKGNAME= cocoon-1.8.2
@@ -45,7 +45,7 @@ post-extract:
# features of JDK 1.2
do-build:
- @${MAKE_ENV} cd ${WRKSRC} && ${SH} build.sh
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} build.sh
# For now, we install the turbine-pool.jar which ships with cocoon. When there is an actual
# release of Turbine, we will have a package for it, which cocoon will depend on.