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

noreply at forge.novell.com noreply at forge.novell.com
Sat Nov 19 19:38:26 MST 2005


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

Modified Files:
	Makefile 
Log Message:
s|/usr/bin/env||
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/ndoc/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/ndoc/Makefile	2005/10/23 20:45:13	1.5
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/ndoc/Makefile	2005/11/20 02:38:26	1.6
@@ -2,7 +2,7 @@
 # Date created:				September 18th, 2005
 # Whom:		Christopher Nehren <apeiron at coitusmentis.info>
 # $FreeBSD$
-#   $Id: Makefile,v 1.5 2005/10/23 20:45:13 tmclau02 Exp $
+#   $Id: Makefile,v 1.6 2005/11/20 02:38:26 tmclau02 Exp $
 #
 
 PORTNAME=	ndoc
@@ -34,7 +34,7 @@
 	@(${FIND} ${WRKSRC} -type f -iname AssemblyInfo.cs | ${XARGS} ${REINPLACE_CMD} -e 's#\\\\#/#g')
 
 do-install:
-	@(/usr/bin/env PREFIX=${PREFIX} WRKDIR=${WRKDIR} INSTALL_WRKSRC=${INSTALL_WRKSRC} MKDIR="${MKDIR}" ${SH} ${SCRIPTDIR}/install)
+	@(${SETENV} 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