summaryrefslogtreecommitdiff
path: root/www/jssi
diff options
context:
space:
mode:
authorjwise <jwise>2001-10-22 15:26:10 +0000
committerjwise <jwise>2001-10-22 15:26:10 +0000
commit79847ab9b744587700a9464767ea070b79834a7c (patch)
tree309221eb8a9398d9af2e066aeccf67fdfba2ae7e /www/jssi
parente1d8b88a9b011715b3d50097826985fc7ed7a605 (diff)
downloadpkgsrc-79847ab9b744587700a9464767ea070b79834a7c.tar.gz
Build correctly even if user does not have CLASSPATH set.
This should be in bsd.pkg.mk, and will move there soon.
Diffstat (limited to 'www/jssi')
-rw-r--r--www/jssi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jssi/Makefile b/www/jssi/Makefile
index 14926c98c91..b8a154a0d3a 100644
--- a/www/jssi/Makefile
+++ b/www/jssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2001/10/22 15:26:10 jwise Exp $
DISTNAME= ApacheJSSI-1.1.2
PKGNAME= jssi-1.1.2
@@ -33,4 +33,4 @@ do-install:
.include "../../mk/bsd.pkg.mk"
# This must be after bsd.pkg.mk is brought in
-CLASSPATH:=${CLASSPATH}:${PREFIX}/lib/java/jsdk.jar:.
+CLASSPATH:=${CLASSPATH}:${PREFIX}/lib/java/jsdk.jar:${JAVA_HOME}/lib/classes.zip:${JAVA_HOME}/lib/tools.jar