[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/devel/nunit by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Sat Nov 19 18:59:24 MST 2005
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/nunit by tmclau02
Modified Files:
Makefile
Log Message:
wapi cleanup fix, also s|/usr/bin/env|| in do-install
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/nunit/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/nunit/Makefile 2005/10/21 05:04:11 1.5
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/nunit/Makefile 2005/11/20 01:59:23 1.6
@@ -3,7 +3,7 @@
# Whom: Christopher Nehren <apeiron at coitusmentis.info>
#
# $FreeBSD$
-# $Id: Makefile,v 1.5 2005/10/21 05:04:11 tmclau02 Exp $
+# $Id: Makefile,v 1.6 2005/11/20 01:59:23 tmclau02 Exp $
#
PORTNAME= nunit
@@ -36,10 +36,10 @@
@(${FIND} ${WRKSRC} -type f -iname AssemblyInfo.cs | ${XARGS} ${REINPLACE_CMD} -e 's#\\\\#/#g')
do-build:
- @(cd ${BUILD_WRKSRC}/src && nant mono-1.0 release build)
+ @(cd ${BUILD_WRKSRC}/src && ${SETENV} MONO_SHARED_DIR=${WRKDIR} nant mono-1.0 release build)
do-install:
- @(/usr/bin/env PORTVERSION=${PORTVERSION} PREFIX=${PREFIX} WRKDIR=${WRKDIR} INSTALL_WRKSRC=${INSTALL_WRKSRC} MKDIR="${MKDIR}" ${SH} ${SCRIPTDIR}/install)
+ @(${SETENV} PORTVERSION=${PORTVERSION} PREFIX=${PREFIX} WRKDIR=${WRKDIR} INSTALL_WRKSRC=${INSTALL_WRKSRC} MKDIR="${MKDIR}" ${SH} ${SCRIPTDIR}/install)
post-install:
.if !defined (NOPORTDOCS)
More information about the Bsd-sharp-cvs
mailing list