summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 21:07:31 +0000
committerrodent <rodent>2013-04-06 21:07:31 +0000
commit5709d03a54f4b984d036819527e6c1d38b026151 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /chat
parent20c9c895134856aac872cc871957a914fcaaea20 (diff)
downloadpkgsrc-5709d03a54f4b984d036819527e6c1d38b026151.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'chat')
-rw-r--r--chat/quirc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile
index 1160432f401..c6691e5827f 100644
--- a/chat/quirc/Makefile
+++ b/chat/quirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/10/03 00:02:43 asau Exp $
+# $NetBSD: Makefile,v 1.21 2013/04/06 21:07:31 rodent Exp $
#
DISTNAME= quirc-0.9.84
@@ -22,7 +22,9 @@ SUBST_CLASSES+= T85
SUBST_STAGE.T85= post-patch
SUBST_FILES.T85= configure configure.in
SUBST_MESSAGE.T85= Changing tcl/tk 8.3 search into tcl/tk 8.5 search
-SUBST_SED.T85= -e 's,8_3,8_5,g' -e 's,8.3,8.5,g' -e 's,83,85,g'
+SUBST_SED.T85= -e 's,8_3,8_5,g'
+SUBST_SED.T85+= -e 's,8.3,8.5,g'
+SUBST_SED.T85+= -e 's,83,85,g'
pre-configure:
cd ${WRKSRC} && autoreconf