diff options
Diffstat (limited to 'devel/cocktail/files/patch-bnf-src-Makefile')
-rw-r--r-- | devel/cocktail/files/patch-bnf-src-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/cocktail/files/patch-bnf-src-Makefile b/devel/cocktail/files/patch-bnf-src-Makefile deleted file mode 100644 index f526cc4f9bc0..000000000000 --- a/devel/cocktail/files/patch-bnf-src-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- /usr/ports/devel/cocktail/work/cocktail-9309//./bnf/src/Makefile Tue Feb 15 14:20:41 1994 -+++ ./bnf/src/Makefile Thu Aug 5 18:48:26 2004 -@@ -39,7 +39,8 @@ - sources: - - clean: -- rm -f core *.[dimor] *.def *.mod *.sym ERRORS LISTING _Debug *.bak -+ -rm -f $(STDCLEAN) -+ -rm -f *.[dimor] *.def *.mod *.sym ERRORS LISTING _Debug *.bak - - .SUFFIXES: .def .mod .md .mi - |