diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
commit | e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5 (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc /www/jakarta-tomcat5 | |
parent | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (diff) | |
download | pkgsrc-e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5.tar.gz |
Note that tar is required by this package.
Diffstat (limited to 'www/jakarta-tomcat5')
-rw-r--r-- | www/jakarta-tomcat5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jakarta-tomcat5/Makefile b/www/jakarta-tomcat5/Makefile index 7290529fdc3..cbb47781cdf 100644 --- a/www/jakarta-tomcat5/Makefile +++ b/www/jakarta-tomcat5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:28 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/16 01:32:23 jlam Exp $ PKGNAME= jakarta-tomcat5-${TOMCAT_VERSION} DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} @@ -23,7 +23,7 @@ CATALINA_DIR= Catalina/localhost EGDIR= ${TOMCAT_LIB}/share/examples/jakarta-tomcat EGDIR2= ${EGDIR}/${CATALINA_DIR} -PKGSRC_USE_TOOLS+= gunzip +PKGSRC_USE_TOOLS+= gunzip tar # Work around a horrible interaction with the gzip in NetBSD 2.0 (at least RC4) # If gzip is used in a pipeline the tarfile fails to extract. PR bin/27228 |