svn commit: r328730 - head/devel/cbrowser

Antoine Brodin antoine at FreeBSD.org
Sun Sep 29 20:21:43 UTC 2013


Author: antoine
Date: Sun Sep 29 20:21:42 2013
New Revision: 328730
URL: http://svnweb.freebsd.org/changeset/ports/328730

Log:
  Remove a stage orphan
  
  Approved by:	gahr (maintainer)

Modified:
  head/devel/cbrowser/Makefile

Modified: head/devel/cbrowser/Makefile
==============================================================================
--- head/devel/cbrowser/Makefile	Sun Sep 29 20:19:01 2013	(r328729)
+++ head/devel/cbrowser/Makefile	Sun Sep 29 20:21:42 2013	(r328730)
@@ -27,7 +27,7 @@ post-patch:
 
 do-install:
 	${MKDIR} ${STAGEDIR}${LIBDIR}
-	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${LIBDIR} -a ! -name README
+	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${LIBDIR} "-a ! -name README"
 	${CHMOD} ${BINMODE} ${STAGEDIR}${LIBDIR}/cbrowser
 	${LN} -s ${LIBDIR}/cbrowser ${STAGEDIR}${PREFIX}/bin
 


More information about the svn-ports-all mailing list