summaryrefslogtreecommitdiff
path: root/databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-27 00:40:40 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-27 00:40:40 +0000
commit5058641e18efad9c8ec1b603f132bfcc1e44c1d9 (patch)
tree442339ebd4a81d3dc5f74083527d6a65daf8289e /databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile
parentCorrect slight mis-merge. Should not affect anything. (diff)
[Maintainer Update] /databases/grass update to 6.0.1
- removed all patches - added new patches to get rid of matherr references PR: ports/89769 Submitted by: Laurent Courty <lrntct@gmail.com>
Diffstat (limited to 'databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile')
-rw-r--r--databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile b/databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile
deleted file mode 100644
index be6fc931b39f..000000000000
--- a/databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile
+++ /dev/null
@@ -1,8 +0,0 @@
---- src.contrib/GMSL/NVIZ2.2/html/Gmakefile.orig Tue Jan 22 13:51:38 2002
-+++ src.contrib/GMSL/NVIZ2.2/html/Gmakefile Thu Oct 9 23:13:37 2003
-@@ -3,4 +3,4 @@
- all:
- if [ ! -d $(GRASS_NVIZ_DOCS) ]; then mkdir $(GRASS_NVIZ_DOCS); fi
- #fix for CVS and Gmakefile:
-- (tar -cf - * | (cd $(GRASS_NVIZ_DOCS); tar -xf - 2>/dev/null ); true)
-+ (tar -cf - [a-z]* | (cd $(GRASS_NVIZ_DOCS); tar -xf - 2>/dev/null ); true)