summaryrefslogtreecommitdiff
path: root/www/apache-tomcat55
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-25 21:42:20 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-25 21:42:20 +0000
commita8a3c01339f836584fb7288620bc90208ecec059 (patch)
tree19c914d506013e6c6d97e10862fb0eb8aa929390 /www/apache-tomcat55
parent826dbe24c4d28e3c3005712ebdc48f3cd8120676 (diff)
downloadpkgsrc-a8a3c01339f836584fb7288620bc90208ecec059.tar.gz
Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
Diffstat (limited to 'www/apache-tomcat55')
-rw-r--r--www/apache-tomcat55/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache-tomcat55/Makefile b/www/apache-tomcat55/Makefile
index bac4bcc0fe9..7844d91a56c 100644
--- a/www/apache-tomcat55/Makefile
+++ b/www/apache-tomcat55/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/03/12 20:41:48 adrianp Exp $
+# $NetBSD: Makefile,v 1.14 2008/05/25 21:42:22 joerg Exp $
DISTNAME= apache-tomcat-${TOMCAT_VERSION}
CATEGORIES= www java
@@ -25,7 +25,7 @@ EGDIR2= ${EGDIR}/${CATALINA_DIR}
# Work around a bug in NetBSD 2.0's pax-as-tar (bin/27228)
.if !empty(MACHINE_PLATFORM:MNetBSD-2.0*)
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
.endif
PKG_SYSCONFDIR.apache-tomcat= ${TOMCAT_LIB}/conf