summaryrefslogtreecommitdiff
path: root/security
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 /security
parent20c9c895134856aac872cc871957a914fcaaea20 (diff)
downloadpkgsrc-5709d03a54f4b984d036819527e6c1d38b026151.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'security')
-rw-r--r--security/CSP/Makefile6
-rw-r--r--security/chkrootkit/Makefile18
2 files changed, 12 insertions, 12 deletions
diff --git a/security/CSP/Makefile b/security/CSP/Makefile
index 9fdbc8ff582..0a5807b6777 100644
--- a/security/CSP/Makefile
+++ b/security/CSP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2013/02/06 23:23:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.15 2013/04/06 21:07:35 rodent Exp $
#
DISTNAME= CSP-0.32
@@ -32,8 +32,8 @@ BUILD_DEFS+= CSPHOME
SUBST_CLASSES+= csp
SUBST_FILES.csp= csp
-SUBST_SED.csp= -e s,@@CSPHOME@@,${CSPHOME}, \
- -e s,@@OPENSSL@@,${OPENSSLBIN},
+SUBST_SED.csp= -e s,@@CSPHOME@@,${CSPHOME},
+SUBST_SED.csp+= -e s,@@OPENSSL@@,${OPENSSLBIN},
SUBST_STAGE.csp= post-patch
post-install:
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile
index c79c7054675..2342e06be52 100644
--- a/security/chkrootkit/Makefile
+++ b/security/chkrootkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/10/23 18:16:22 asau Exp $
+# $NetBSD: Makefile,v 1.19 2013/04/06 21:07:35 rodent Exp $
#
DISTNAME= chkrootkit-0.47
@@ -23,14 +23,14 @@ DOCDIR= ${PREFIX}/share/doc/chkrootkit
SUBST_CLASSES+= helper
SUBST_STAGE.helper= post-patch
SUBST_FILES.helper= chkrootkit
-SUBST_SED.helper= -e "s|./chklastlog|${PREFIX}/bin/chklastlog|g" \
- -e "s|./chkproc|${PREFIX}/bin/chkproc|g" \
- -e "s|./chkwtmp|${PREFIX}/bin/chkwtmp|g" \
- -e "s|./chkutmp|${PREFIX}/bin/chkutmp|g" \
- -e "s|./ifpromisc|${PREFIX}/bin/ifpromisc|g" \
- -e "s|./strings-static|${PREFIX}/bin/strings-static|g" \
- -e "s|./chkdirs|${PREFIX}/bin/chkdirs|g" \
- -e "s|/bin/sh|${SH}|g"
+SUBST_SED.helper= -e "s|./chklastlog|${PREFIX}/bin/chklastlog|g"
+SUBST_SED.helper+= -e "s|./chkproc|${PREFIX}/bin/chkproc|g"
+SUBST_SED.helper+= -e "s|./chkwtmp|${PREFIX}/bin/chkwtmp|g"
+SUBST_SED.helper+= -e "s|./chkutmp|${PREFIX}/bin/chkutmp|g"
+SUBST_SED.helper+= -e "s|./ifpromisc|${PREFIX}/bin/ifpromisc|g"
+SUBST_SED.helper+= -e "s|./strings-static|${PREFIX}/bin/strings-static|g"
+SUBST_SED.helper+= -e "s|./chkdirs|${PREFIX}/bin/chkdirs|g"
+SUBST_SED.helper+= -e "s|/bin/sh|${SH}|g"
.include "../../mk/compiler.mk"