summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authoragc <agc>1999-03-05 09:20:16 +0000
committeragc <agc>1999-03-05 09:20:16 +0000
commit6ee1082c78073d7bbcf5b46561f2d921e8e77243 (patch)
treeead6e44ba66b022f25a9c4aa4eb5e12a9510107a /devel/gmake
parent21d1ad1f6fb3cea10bc28099ef95d3a032e41d6b (diff)
downloadpkgsrc-6ee1082c78073d7bbcf5b46561f2d921e8e77243.tar.gz
Escape the sed expression from interpretation by the shell by using
quotation marks.
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/patches/patch-aa6
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=