summaryrefslogtreecommitdiff
path: root/net/aget
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
commit86486feb396f960e0490724fa664c132dc4299b9 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /net/aget
parent36a38e24cd4baab57f0e3202634dec5d72fda724 (diff)
downloadpkgsrc-86486feb396f960e0490724fa664c132dc4299b9.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'net/aget')
-rw-r--r--net/aget/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/aget/Makefile b/net/aget/Makefile
index 34ecde8988b..7239dc4c131 100644
--- a/net/aget/Makefile
+++ b/net/aget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/23 17:18:08 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/04/06 21:07:34 rodent Exp $
#
DISTNAME= aget-0.4
@@ -20,9 +20,9 @@ SUBST_CLASSES+= options
SUBST_MESSAGE.options= Fixing build options.
SUBST_STAGE.options= post-patch
SUBST_FILES.options= Makefile Makefile.Solaris
-SUBST_SED.options= -e 's,CFLAGS =,\#CFLAGS =,' \
- -e 's,LDFLAGS =,\#LDFLAGS =,' \
- -e 's,CC =,\#CC =,'
+SUBST_SED.options= -e 's,CFLAGS =,\#CFLAGS =,'
+SUBST_SED.options+= -e 's,LDFLAGS =,\#LDFLAGS =,'
+SUBST_SED.options+= -e 's,CC =,\#CC =,'
PTHREAD_OPTS+= require
LDFLAGS+= ${PTHREAD_LIBS}