summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-02 10:44:10 +0000
committerrillig <rillig@pkgsrc.org>2020-05-02 10:44:10 +0000
commit3f2f44f62c3f0e40d886faae9e9f83d92432d49c (patch)
treed26d3389dba28827909a4bf20a57614055d14f44 /sysutils
parentdaba46d4b49817979f86cd9c095cfeb3b02ea024 (diff)
downloadpkgsrc-3f2f44f62c3f0e40d886faae9e9f83d92432d49c.tar.gz
sysutils/py-diffoscope: remove no-op SUBST block
diffoscope has switched to libarchive instead of depending on an external gtar.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-diffoscope/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile
index 921b29f4401..4b9049dd8aa 100644
--- a/sysutils/py-diffoscope/Makefile
+++ b/sysutils/py-diffoscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/12/31 00:32:01 ng0 Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/02 10:44:10 rillig Exp $
DISTNAME= diffoscope-134
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,13 +21,6 @@ DEPENDS+= vim-[0-9]*:../../editors/vim
USE_LANGUAGES= c # for tests
USE_TOOLS+= bzip2:run gtar:run xz:run
-SUBST_CLASSES+= gtar
-SUBST_SED.gtar+= -e "s,'tar,'gtar,"
-SUBST_FILES.gtar+= diffoscope/comparators/tar.py
-SUBST_FILES.gtar+= tests/comparators/test_utils.py
-SUBST_MESSAGE.gtar= Fix path to gtar.
-SUBST_STAGE.gtar= post-configure
-
# Only Python 3 is supported.
PYTHON_VERSIONS_INCOMPATIBLE= 27