diff options
author | grant <grant> | 2003-02-17 23:04:36 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-17 23:04:36 +0000 |
commit | 54f4061767197047424732114e861cbdebecacec (patch) | |
tree | 7ce388c8b96cbd3a78226fb5114a479d6184ce5e /www/ap-jk | |
parent | 066b6e68c5518c8783c6c9ddb3cd6e184b4cb745 (diff) | |
download | pkgsrc-54f4061767197047424732114e861cbdebecacec.tar.gz |
workaround pax-as-tar problem in -current by using gnutar to extract
the distfile.
Diffstat (limited to 'www/ap-jk')
-rw-r--r-- | www/ap-jk/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/ap-jk/Makefile b/www/ap-jk/Makefile index a316cff9965..27f8364b32a 100644 --- a/www/ap-jk/Makefile +++ b/www/ap-jk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/12/28 20:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2003/02/17 23:04:36 grant Exp $ DISTNAME= jakarta-tomcat-${TOMCAT_VERSION}-src PKGNAME= ap-jk-${TOMCAT_VERSION} @@ -10,6 +10,12 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://jakarta.apache.org/ COMMENT= Apache connector for accessing Jakarta Tomcat or Apache JServ +# XXX workaround for pax-as-tar problem in -current: +# tar: Invalid header, starting valid header search. +# +BUILD_DEPENDS+= gtar-base:../../archivers/gtar-base +GTAR= ${LOCALBASE}/bin/gtar + USE_BUILDLINK2= # defined APACHE_MODULE= # defined |