diff options
author | gdt <gdt@pkgsrc.org> | 2020-03-12 17:20:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-03-12 17:20:43 +0000 |
commit | 228322b1b03beb6fb6ead0f59337d2f4eb0c6a9a (patch) | |
tree | 34504cd275f10150997e92a535ee2f98604b38e8 /textproc | |
parent | 5759cb3dddf43c64b5fa882ddffe587fd5b414d8 (diff) | |
download | pkgsrc-228322b1b03beb6fb6ead0f59337d2f4eb0c6a9a.tar.gz |
textprox/py-sphinxcontrib*: Drop EXTRACT_USING=bsdtar
This is no longer necessary as NetBSD uses bsdtar by default.
(As discussed on tech-pkg.)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinxcontrib-applehelp/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-devhelp/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-htmlhelp/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-serializinghtml/Makefile | 9 |
4 files changed, 4 insertions, 17 deletions
diff --git a/textproc/py-sphinxcontrib-applehelp/Makefile b/textproc/py-sphinxcontrib-applehelp/Makefile index 7cb54aa3842..66b10f3f162 100644 --- a/textproc/py-sphinxcontrib-applehelp/Makefile +++ b/textproc/py-sphinxcontrib-applehelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $ DISTNAME= sphinxcontrib-applehelp-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://sphinx-doc.org/ COMMENT= Sphinx API for Apple help books LICENSE= 2-clause-bsd -EXTRACT_USING= bsdtar - TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test diff --git a/textproc/py-sphinxcontrib-devhelp/Makefile b/textproc/py-sphinxcontrib-devhelp/Makefile index f149b97a945..e292e6c1788 100644 --- a/textproc/py-sphinxcontrib-devhelp/Makefile +++ b/textproc/py-sphinxcontrib-devhelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $ DISTNAME= sphinxcontrib-devhelp-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://sphinx-doc.org/ COMMENT= Sphinx API for Devhelp document LICENSE= 2-clause-bsd -EXTRACT_USING= bsdtar - TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test diff --git a/textproc/py-sphinxcontrib-htmlhelp/Makefile b/textproc/py-sphinxcontrib-htmlhelp/Makefile index 4881e776422..cd903e2b15e 100644 --- a/textproc/py-sphinxcontrib-htmlhelp/Makefile +++ b/textproc/py-sphinxcontrib-htmlhelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $ DISTNAME= sphinxcontrib-htmlhelp-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://sphinx-doc.org/ COMMENT= Sphinx API for HTML help LICENSE= 2-clause-bsd -EXTRACT_USING= bsdtar - TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test diff --git a/textproc/py-sphinxcontrib-serializinghtml/Makefile b/textproc/py-sphinxcontrib-serializinghtml/Makefile index d865b10dd83..5d3901eed50 100644 --- a/textproc/py-sphinxcontrib-serializinghtml/Makefile +++ b/textproc/py-sphinxcontrib-serializinghtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/03/10 23:07:58 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2020/03/12 17:20:43 gdt Exp $ DISTNAME= sphinxcontrib-serializinghtml-1.1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,13 +10,6 @@ HOMEPAGE= http://sphinx-doc.org/ COMMENT= Sphinx API for "serialized" HTML files LICENSE= 2-clause-bsd -# On NetBSD <= 8, pax-as-tar fails on this distfile. Use bsdtar -# (which on 9 and up will use base tar, if it's libarchive tar). -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == NetBSD -EXTRACT_USING= bsdtar -.endif - TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test |