freebsd-ports/databases/grass/files/patch-src.contrib::GMSL::NVIZ2.2::html::Gmakefile
Mark Linimon 71e67deb31 Update to 5.0.2, and add a little bit of deinstall logic.
PR:		ports/57931
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2003-12-09 01:46:09 +00:00

8 lines
414 B
Text

--- 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)