diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-02 04:00:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-02 04:00:23 +0000 |
commit | 623f2b5c84fb22ebac40b79b1d3876e3dbecabe3 (patch) | |
tree | 07ecd98f4ecc0c92bdb4c9ed8c1d58ef34f0e996 /www | |
parent | 48d5d7bb209f02896c656aa5d623bc049dbc6639 (diff) | |
download | pkgsrc-623f2b5c84fb22ebac40b79b1d3876e3dbecabe3.tar.gz |
GNU tar is needed on NetBSD-1.6.x to extract distfile. Patches
provided by Yoshito Komatsu (maintainer) in PR pkg/31976.
Diffstat (limited to 'www')
-rw-r--r-- | www/zope3/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/zope3/Makefile b/www/zope3/Makefile index e63bb1f5be0..cb81f436ce6 100644 --- a/www/zope3/Makefile +++ b/www/zope3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/24 02:25:20 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/02 04:00:23 minskim Exp $ # DISTNAME= Zope-3.1.0 @@ -17,6 +17,13 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-python ${PYTHONBIN} \ --prefix ${PREFIX}/share/zope3 \ --force + +.include "../../mk/bsd.prefs.mk" + +.if !empty(MACHINE_PLATFORM:MNetBSD-1.6*) +EXTRACT_USING= gtar +.endif + BUILD_TARGET= build USE_PKGINSTALL= yes |