diff options
author | jwise <jwise> | 2000-01-13 18:56:45 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-01-13 18:56:45 +0000 |
commit | 01c17ad6319f46c086e9f2eae14f2851ac29cade (patch) | |
tree | dda1d56525d7d748805f2ff31344fc89eb5e59a8 /www/jakarta-tomcat | |
parent | d2e351122f5e6d40106a80dc20cab81c2fd29eb0 (diff) | |
download | pkgsrc-01c17ad6319f46c086e9f2eae14f2851ac29cade.tar.gz |
Comment change
Diffstat (limited to 'www/jakarta-tomcat')
-rw-r--r-- | www/jakarta-tomcat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/jakarta-tomcat/Makefile b/www/jakarta-tomcat/Makefile index 1137e6d841d..aa3363e37d5 100644 --- a/www/jakarta-tomcat/Makefile +++ b/www/jakarta-tomcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/13 17:47:53 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/13 18:56:45 jwise Exp $ DISTNAME= jakarta-tomcat.src PKGNAME= jakarta-tomcat-3.0 @@ -45,6 +45,7 @@ do-install: PREFIX:= ${JAVA_HOME} # work around a bug in kaffe's jar utility +# pkglint or no, this has to be after bsd.pkg.mk .if ${PKG_JVM} == "kaffe" DEPENDS+= unzip-[0-9]*:../../archivers/unzip EXTRACTOR= ${LOCALBASE}/bin/unzip -x |