Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/docx2txt converters/docx2txt: allow no-op S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f9fabd4a18
branches:  trunk
changeset: 429739:32f9fabd4a18
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Apr 23 20:11:51 2020 +0000

description:
converters/docx2txt: allow no-op SUBST class for unzip

diffstat:

 converters/docx2txt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 22c9936c16f0 -r 32f9fabd4a18 converters/docx2txt/Makefile
--- a/converters/docx2txt/Makefile      Thu Apr 23 20:04:05 2020 +0000
+++ b/converters/docx2txt/Makefile      Thu Apr 23 20:11:51 2020 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index