openbsd-ports/www/mono-xsp/patches/patch-docs_Mono_FastCGI_Makefile_in
robert 4b1be2785d Import of mono-xsp;
The XSP is a Mono based web server that can be used to run ASP.NET
applications.
2011-07-20 14:53:24 +00:00

13 lines
691 B
Plaintext

$OpenBSD: patch-docs_Mono_FastCGI_Makefile_in,v 1.1.1.1 2011/07/20 14:53:24 robert Exp $
--- docs/Mono.FastCGI/Makefile.in.orig Wed Jul 20 16:28:20 2011
+++ docs/Mono.FastCGI/Makefile.in Wed Jul 20 16:28:23 2011
@@ -170,7 +170,7 @@ DOCS_TREE_20 = $(DOCS_ARCHIVE_BASE).tree
DOCS_SOURCE_20 = $(DOCS_ARCHIVE_BASE).source
MONO_FASTCGI_ASSEMBLY_20 = $(top_srcdir)/src/Mono.WebServer.FastCgi/fastcgi-mono-server2.exe
INSTALL_FILES = $(DOCS_ARCHIVE_20) $(DOCS_TREE_20) $(DOCS_SOURCE_20)
-DOC_FILES = $(shell find en -path '*/.svn' -prune -o -type f -printf "%p ")
+DOC_FILES = $(shell gfind en -path '*/.svn' -prune -o -type f -printf "%p ")
EXTRA_DIST = \
$(DOCS_SOURCE_20) \
$(DOC_FILES)