svn commit: r322203 - head/cad/opencascade

Thierry Thomas thierry at FreeBSD.org
Tue Jul 2 20:47:30 UTC 2013


Author: thierry
Date: Tue Jul  2 20:47:29 2013
New Revision: 322203
URL: http://svnweb.freebsd.org/changeset/ports/322203

Log:
  Fix installation when DRAW is not selected.
  
  Reported by:	Andrea Venturoli <ml (at) etfence.it>

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Tue Jul  2 20:24:22 2013	(r322202)
+++ head/cad/opencascade/Makefile	Tue Jul  2 20:47:29 2013	(r322203)
@@ -154,7 +154,7 @@ pre-configure:
 
 post-install:
 	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/OpenCASCADE
-	${RM} ${OCCROOT}/src/OS/*.orig ${OCCROOT}/src/DrawResources/*.orig	\
+	${RM} -f ${OCCROOT}/src/OS/*.orig ${OCCROOT}/src/DrawResources/*.orig	\
 		${PREFIX}/include/OpenCASCADE/Standard_CLocaleSentry.hxx.orig
 	cd ${WRKSRC}/src && ${COPYTREE_SHARE} UnitsAPI ${OCCROOT}/src
 .if ${PORT_OPTIONS:MDATA}


More information about the svn-ports-all mailing list