diff options
author | Jason Evans <jasone@FreeBSD.org> | 2002-02-19 06:55:23 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2002-02-19 06:55:23 +0000 |
commit | 828065688946f9c458c4a86fa9497b4cb20ee269 (patch) | |
tree | 99d96c801d9f88cdae15cc95990a1bb7f0b3b8ae /devel/cook/files/patch-aa | |
parent | Update to 0.6.6 (diff) |
Update to 2.19.
Notes
Notes:
svn path=/head/; revision=54884
Diffstat (limited to 'devel/cook/files/patch-aa')
-rw-r--r-- | devel/cook/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/cook/files/patch-aa b/devel/cook/files/patch-aa deleted file mode 100644 index 05b6f6df24d1..000000000000 --- a/devel/cook/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -diff -ru Makefile.in.orig Makefile.in ---- Makefile.in.orig Tue Oct 16 00:15:43 2001 -+++ Makefile.in Sat Nov 17 14:15:06 2001 -@@ -46,6 +46,7 @@ - # - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - - # -@@ -4018,7 +4019,7 @@ - - $(bindir)/$(PROGRAM_PREFIX)cook_rsh$(PROGRAM_SUFFIX)$(EXEEXT): \ - bin/cook_rsh$(EXEEXT) .bindir -- $(INSTALL_PROGRAM) bin/cook_rsh$(EXEEXT) $@ -+ $(INSTALL_SCRIPT) bin/cook_rsh$(EXEEXT) $@ - - t0001a: test/00/t0001a.sh all - CC=$(CC) $(SH) test/00/t0001a.sh |