summaryrefslogtreecommitdiff
path: root/math/freefem/files/patch-ab
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-28 15:18:37 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-28 15:18:37 +0000
commit382ea11c4eb7f8e22bdaf8e4f152fa18522293cc (patch)
tree91602f0ccf54af6dcef6f02289c3a41c3f52cbc0 /math/freefem/files/patch-ab
parentUpdate to version 1.8.13 (diff)
Update to version 3.5.1
PR: 23135 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35491
Diffstat (limited to 'math/freefem/files/patch-ab')
-rw-r--r--math/freefem/files/patch-ab23
1 files changed, 0 insertions, 23 deletions
diff --git a/math/freefem/files/patch-ab b/math/freefem/files/patch-ab
deleted file mode 100644
index 55fda0f6e3e7..000000000000
--- a/math/freefem/files/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-*** doc/Makefile.in.orig Sun Jul 6 00:48:30 1997
---- doc/Makefile.in Sun Jul 6 00:50:23 1997
-***************
-*** 233,241 ****
-
-
- install-data-hook:
-! $(mkinstalldirs) $(prefix)/doc/$(PACKAGE)
- for file in $(EXTRA_DIST); do \
-! $(INSTALL_DATA) $(srcdir)/doc/$$file $(prefix)/doc/$(PACKAGE);\
- done
-
- #.tex.dvi: freefem.tex
---- 233,241 ----
-
-
- install-data-hook:
-! $(mkinstalldirs) $(datadir)/doc/$(PACKAGE)
- for file in $(EXTRA_DIST); do \
-! $(INSTALL_DATA) $(srcdir)/doc/$$file $(datadir)/doc/$(PACKAGE);\
- done
-
- #.tex.dvi: freefem.tex