[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:15:46 MST 2005
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini by tmclau02
Modified Files:
Makefile
Log Message:
typo fix
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini/Makefile 2005/11/20 03:09:13 1.11
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/nini/Makefile 2005/11/20 03:15:46 1.12
@@ -3,7 +3,7 @@
# Whom: Christopher Nehren <apeiron at coitusmentis.info>
#
# $FreeBSD$
-# $Id: Makefile,v 1.11 2005/11/20 03:09:13 tmclau02 Exp $
+# $Id: Makefile,v 1.12 2005/11/20 03:15:46 tmclau02 Exp $
#
PORTNAME= nini
@@ -27,7 +27,7 @@
NO_BUILD= yes
do-install:
- @(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)
+ @(cd ${WRKDIR}/Nini/Bin/Mono/1.0/Release ; ${SETENV} MONO_SHARED_DIR="${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