[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
Tue Jul 4 22:22:22 MDT 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by tmclau02
Modified Files:
bsd.mono.mk
Log Message:
Move the '.if defined(USE_NANT)' up to fix building ports which use
bsd.mono.mk.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk 2006/06/30 01:25:53 1.14
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk 2006/07/05 04:22:22 1.15
@@ -6,7 +6,7 @@
# the FreeBSD ports system.
#
# $FreeBSD: ports/lang/mono/bsd.mono.mk,v 1.4 2006/04/23 19:57:11 tmclaugh Exp $
-# $Id: bsd.mono.mk,v 1.14 2006/06/30 01:25:53 killfill Exp $
+# $Id: bsd.mono.mk,v 1.15 2006/07/05 04:22:22 tmclau02 Exp $
#
# USE_NANT - If set, the port uses nant.
@@ -45,20 +45,18 @@
NANT_INSTALL_TARGET?= install
# Build
-
+.if defined(USE_NANT)
.if !target(do-build)
do-build:
-.if defined(USE_NANT)
@(cd ${BUILD_WRKSRC}; ${SETENV} MONO_SHARED_DIR="${MONO_SHARED_DIR}" ${NANT} ${NANT_FLAGS})
.endif
.endif
# Install
-
+.if defined(USE_NANT)
.if !target(do-install)
do-install:
-.if defined(USE_NANT)
@(cd ${INSTALL_WRKSRC}; ${SETENV} MONO_SHARED_DIR="${MONO_SHARED_DIR}" ${NANT} ${NANT_FLAGS} -D:prefix="${PREFIX}" ${NANT_INSTALL_TARGET})
.endif
.endif
More information about the Bsd-sharp-cvs
mailing list