summaryrefslogtreecommitdiff
path: root/www/jsdk20
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-31 15:44:28 +0000
committerjlam <jlam>2002-12-31 15:44:28 +0000
commit84fdb8438654f92ab5f1718431e7929abd0688d2 (patch)
tree1ef868ddcd84455baaf1012ecf326c0dc1e79d18 /www/jsdk20
parente869dda50cc5a295613c9d92d6937ba8b8df31b4 (diff)
downloadpkgsrc-84fdb8438654f92ab5f1718431e7929abd0688d2.tar.gz
Mechanical conversion to use java-vm.mk.
Diffstat (limited to 'www/jsdk20')
-rw-r--r--www/jsdk20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile
index 1a76eb31da7..b7a955ec78e 100644
--- a/www/jsdk20/Makefile
+++ b/www/jsdk20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/07/29 22:23:30 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2002/12/31 15:44:30 jlam Exp $
# STOP! Don't update this to a later version of this software.
# The JSDK and Apache Jakarta projects have merged, making the
# jakarta-tomcat package the current version of this software.
@@ -71,4 +71,5 @@ do-install:
cd ${WRKSRC}/examples ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/jsdk20 ; ${GTAR} pvxf - )
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/java/jsdk20
+.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"