[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Wed Feb 15 17:37:15 MST 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by tmclau02

Modified Files:
	bsd.mono.mk 
Log Message:
Set XSP_DOCROOT for apps served by xsp.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2006/02/05 03:04:28	1.9
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2006/02/16 00:37:15	1.10
@@ -6,7 +6,7 @@
 # the FreeBSD ports system.
 #
 # $FreeBSD: ports/lang/mono/bsd.mono.mk,v 1.2 2006/01/14 21:34:06 tmclaugh Exp $
-#   $Id: bsd.mono.mk,v 1.9 2006/02/05 03:04:28 tmclau02 Exp $
+#   $Id: bsd.mono.mk,v 1.10 2006/02/16 00:37:15 tmclau02 Exp $
 #
 
 # Set the location of the .wapi directory so we write to a location we
@@ -15,6 +15,8 @@
 CONFIGURE_ENV+=MONO_SHARED_DIR="${MONO_SHARED_DIR}"
 MAKE_ENV+=MONO_SHARED_DIR="${MONO_SHARED_DIR}"
 
+# Set the location that webaps served bp XSP should use.
+XSP_DOCROOT=${PREFIX}/www/xsp
 
 # Clean up the semaphore produced by the .wapi
 post-install: mono-semdel



More information about the Bsd-sharp-cvs mailing list