diff options
author | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
commit | 5709d03a54f4b984d036819527e6c1d38b026151 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /sysutils/su2 | |
parent | 20c9c895134856aac872cc871957a914fcaaea20 (diff) | |
download | pkgsrc-5709d03a54f4b984d036819527e6c1d38b026151.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'sysutils/su2')
-rw-r--r-- | sysutils/su2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |