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

noreply at forge.novell.com noreply at forge.novell.com
Sat Nov 19 20:09:14 MST 2005


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini by tmclau02

Modified Files:
	Makefile 
Log Message:
semaphore cleanup
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini/Makefile	2005/10/22 06:02:37	1.10
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini/Makefile	2005/11/20 03:09:13	1.11
@@ -3,7 +3,7 @@
 # Whom:				Christopher Nehren <apeiron at coitusmentis.info>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.10 2005/10/22 06:02:37 tmclau02 Exp $
+#   $Id: Makefile,v 1.11 2005/11/20 03:09:13 tmclau02 Exp $
 #
 
 PORTNAME=	nini
@@ -27,7 +27,7 @@
 NO_BUILD=	yes
 
 do-install:
-	@(cd ${WRKDIR}/Nini/Bin/Mono/1.0/Release ; ${LOCALBASE}/bin/gacutil /root ${PREFIX}/lib/ /gacdir ${PREFIX}/lib /package 1.0 /i Nini.dll)
+	@(cd ${WRKDIR}/Nini/Bin/Mono/1.0/Release ; ${SETENV} MONO_SHARED_DIR_PORT="${WRKDIR}" ${LOCALBASE}/bin/gacutil /root ${PREFIX}/lib/ /gacdir ${PREFIX}/lib /package 1.0 /i Nini.dll)
 
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.mk>



More information about the Bsd-sharp-cvs mailing list