pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(tc-git) Reduce pkglint warning
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sat Jan 14 12:18:31 2017 +0900
Changeset: 916395b0ae97b10d9c499e0090a385311125bbbb
Modified Files:
tc-git/Makefile
Log Message:
(tc-git) Reduce pkglint warning
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=916395b0ae97b10d9c499e0090a385311125bbbb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tc-git/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/tc-git/Makefile b/tc-git/Makefile
index c507309..cd66190 100644
--- a/tc-git/Makefile
+++ b/tc-git/Makefile
@@ -56,19 +56,19 @@ SUBST_STAGE.tc-pre= pre-configure
SUBST_FILES.tc-pre+= lisp/tc-pre.el
SUBST_SED.tc-pre+= -e s\|/usr/local/share\|${PREFIX}/share\|g
-# Usually said: Nothing changed. (but hope to help some situation ;-)
+# Usually said: Nothing changed. (but hope to help some situation ;-)
SUBST_CLASSES+= texinfo
SUBST_MESSAGE.texinfo= Unknown problem fix at the stage of generating doc/tc.texinfo
SUBST_STAGE.texinfo= post-configure
SUBST_FILES.texinfo= doc/Makefile
-SUBST_SED.texinfo= '-e /if $$\(MAKEINFO\) $$\(AM_MAKEINFOFLAGS\) $$\(MAKEINFOFLAGS\) -I $$\(srcdir\)/s/ -I ./tc.texinfo/'
+SUBST_SED.texinfo= -e /if $$\(MAKEINFO\) $$\(AM_MAKEINFOFLAGS\) $$\(MAKEINFOFLAGS\) -I $$\(srcdir\)/s/ -I ./tc.texinfo/
# string-to-int to string-to-number
SUBST_CLASSES+= s2i
SUBST_MESSAGE.s2i= string-to-int is an obsolete function; use `string-to-number' instead
SUBST_STAGE.s2i= post-patch
SUBST_FILES.s2i= lisp/eelll.el lisp/tc-is22.el lisp/tc-pre.el lisp/tc-pre-base.in
-SUBST_SED.s2i= '-e s/string-to-int/string-to-number/g'
+SUBST_SED.s2i= -e s/string-to-int/string-to-number/g
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index