diff options
author | agc <agc@pkgsrc.org> | 1999-03-05 09:20:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-05 09:20:16 +0000 |
commit | f5f2dd95f141b981af79b5e1655861a60fdf90ad (patch) | |
tree | ead6e44ba66b022f25a9c4aa4eb5e12a9510107a /devel | |
parent | f0f4504d0a9d9c5458c05da7e54cd7b77c8ec0a0 (diff) | |
download | pkgsrc-f5f2dd95f141b981af79b5e1655861a60fdf90ad.tar.gz |
Escape the sed expression from interpretation by the shell by using
quotation marks.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gmake/patches/patch-aa | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gmake/patches/patch-aa b/devel/gmake/patches/patch-aa index 05bf5a9bd9f..098059c6ef0 100644 --- a/devel/gmake/patches/patch-aa +++ b/devel/gmake/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.3 1998/08/07 10:40:24 agc Exp $ +$NetBSD: patch-aa,v 1.4 1999/03/05 09:20:16 agc Exp $ + +Install the program as gmake, the man page as gmake.1 --- configure-orig Fri Sep 19 20:37:14 1997 +++ configure Mon Dec 1 20:41:54 1997 @@ -7,7 +9,7 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 10:40:24 agc Exp $ program_prefix=NONE program_suffix=NONE -program_transform_name=s,x,x, -+program_transform_name=s,^,g, ++program_transform_name='s,^,g,' silent= site= srcdir= |