summaryrefslogtreecommitdiff
path: root/textproc/grep/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/grep/patches/patch-aa')
-rw-r--r--textproc/grep/patches/patch-aa18
1 files changed, 0 insertions, 18 deletions
diff --git a/textproc/grep/patches/patch-aa b/textproc/grep/patches/patch-aa
deleted file mode 100644
index a22545d1798..00000000000
--- a/textproc/grep/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/10/14 16:43:14 bouyer Exp $
-
---- src/Makefile.in.orig Mon Oct 14 13:09:01 2002
-+++ src/Makefile.in Mon Oct 14 13:14:03 2002
-@@ -354,8 +354,11 @@
-
-
- install-exec-local:
-- @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep
-- @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep
-+ s=`echo @SYMLINKFROM@|sed '$(transform);s/$$/$(EXEEXT)/'`; \
-+ et=`echo egrep|sed '$(transform);s/$$/$(EXEEXT)/'`; \
-+ ft=`echo fgrep|sed '$(transform);s/$$/$(EXEEXT)/'`; \
-+ @SYMLINK@ $$s $(bindir)/$$et ; \
-+ @SYMLINK@ $$s $(bindir)/$$ft
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: