diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /japanese/grep/files/patch-ab | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'japanese/grep/files/patch-ab')
-rw-r--r-- | japanese/grep/files/patch-ab | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/japanese/grep/files/patch-ab b/japanese/grep/files/patch-ab deleted file mode 100644 index a04525bfda45..000000000000 --- a/japanese/grep/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- grep-2.0/Makefile.in.orig Tue Apr 4 02:25:58 1995 -+++ grep-2.0/Makefile.in Tue Apr 4 02:27:57 1995 -@@ -74,7 +74,7 @@ - manext=1 - - # How to make a hard link. --LN=ln -+LN=ln -s - - #### End of system configuration section. #### - -@@ -97,10 +97,11 @@ - install: all - $(INSTALL_PROGRAM) grep $(bindir)/$(binprefix)grep - rm -f $(bindir)/$(binprefix)egrep -- $(LN) $(bindir)/$(binprefix)grep $(bindir)/$(binprefix)egrep -+ cd $(bindir); $(LN) $(binprefix)grep $(binprefix)egrep - rm -f $(bindir)/$(binprefix)fgrep -- $(LN) $(bindir)/$(binprefix)grep $(bindir)/$(binprefix)fgrep -+ cd $(bindir); $(LN) $(binprefix)grep $(binprefix)fgrep - $(INSTALL_DATA) $(srcdir)/grep.man $(mandir)/grep.$(manext) -+ gzip -9nf $(mandir)/grep.$(manext) - - check: - AWK=$(AWK) sh $(srcdir)/tests/check.sh $(srcdir)/tests |