ports/databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile
Jeremy Lea 10af5ec2c9 A long overdue update of this port to 5.0.0pre3. Also enable a bunch of
additional functionality like the NVIZ interface and PostgreSQL support.

Submitted by:	Andreas Lange <Andreas.Lange@Rhein-Main.de> (in part)
2002-02-25 21:08:40 +00:00

8 lines
414 B
Text

--- src.contrib/GMSL/NVIZ2.2/html/Gmakefile.orig Tue Feb 12 11:41:59 2002
+++ src.contrib/GMSL/NVIZ2.2/html/Gmakefile Tue Feb 12 11:42:25 2002
@@ -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)