pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/docx2txt



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Apr 23 20:11:51 UTC 2020

Modified Files:
        pkgsrc/converters/docx2txt: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/docx2txt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/docx2txt/Makefile
diff -u pkgsrc/converters/docx2txt/Makefile:1.10 pkgsrc/converters/docx2txt/Makefile:1.11
--- pkgsrc/converters/docx2txt/Makefile:1.10    Sun Jan 26 05:26:18 2020
+++ pkgsrc/converters/docx2txt/Makefile Thu Apr 23 20:11:51 2020
@@ -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



Home | Main Index | Thread Index | Old Index