summaryrefslogtreecommitdiff
path: root/www/cocoon
diff options
context:
space:
mode:
authorjwise <jwise>2002-01-14 15:35:46 +0000
committerjwise <jwise>2002-01-14 15:35:46 +0000
commit25e7d13697a6ecda3dfc2c337cf38824bfd068ab (patch)
treea497da168528ae30b415fc2e05f304b599864089 /www/cocoon
parentc94e550922566ae77c00651da710c46aed97fba4 (diff)
downloadpkgsrc-25e7d13697a6ecda3dfc2c337cf38824bfd068ab.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')
-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.