From adda884d44cb88a3a470e58f81adefef66c4f3b7 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 21:07:31 +0000 Subject: "Each sed command should appear in an assignment of its own." --- sysutils/su2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/su2') diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index 7e96128aa91..07ff38a0948 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 19:51:25 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 21:07:35 rodent Exp $ # DISTNAME= su2-1.3 @@ -22,8 +22,8 @@ SUBST_CLASSES+= preproc SUBST_MESSAGE.preproc= Correcting C preprocessor directives. SUBST_STAGE.preproc= post-patch SUBST_FILES.preproc= su2.c -SUBST_SED.preproc= -e 's,^\(\# *else\).*,\1,' \ - -e 's,^\(\# *endif\).*,\1,' +SUBST_SED.preproc= -e 's,^\(\# *else\).*,\1,' +SUBST_SED.preproc= -e 's,^\(\# *endif\).*,\1,' LDLIBS= -lcrypt -- cgit v1.2.3