diff options
-rw-r--r-- | www/cocoon/Makefile | 4 |
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. |