summaryrefslogtreecommitdiff
path: root/security/chkrootkit
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
commitadda884d44cb88a3a470e58f81adefef66c4f3b7 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /security/chkrootkit
parent0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff)
downloadpkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'security/chkrootkit')
-rw-r--r--security/chkrootkit/Makefile18
1 files changed, 9 insertions, 9 deletions
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"