summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-23 20:11:51 +0000
committerrillig <rillig@pkgsrc.org>2020-04-23 20:11:51 +0000
commitb90ebba6c8d39dc24eb7004d12134fa7da8ffd5a (patch)
treef7f7566930c6e275a95518e7813cc52bff3a9554
parent03aea4aac385349dce43d66ce42df2f901c4bce7 (diff)
downloadpkgsrc-b90ebba6c8d39dc24eb7004d12134fa7da8ffd5a.tar.gz
converters/docx2txt: allow no-op SUBST class for unzip
-rw-r--r--converters/docx2txt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/docx2txt/Makefile b/converters/docx2txt/Makefile
index 9326305d9cf..98e4d2c5219 100644
--- a/converters/docx2txt/Makefile
+++ b/converters/docx2txt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/26 05:26:18 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/04/23 20:11:51 rillig Exp $
#
DISTNAME= docx2txt-1.2
@@ -32,6 +32,7 @@ SUBST_STAGE.unzip= pre-configure
SUBST_MESSAGE.unzip= Hardcoding unzip path
SUBST_FILES.unzip= *.pl *.config
SUBST_SED.unzip= -e 's,/usr/bin/unzip,${TOOLS_PATH.unzip},'
+SUBST_NOOP_OK.unzip= yes # TOOLS_PATH.unzip may actually be /usr/bin/unzip
SUBST_CLASSES+= suffix
SUBST_STAGE.suffix= pre-configure