Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 13:13:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328688 - head/devel/omniNotify
Message-ID:  <201309291313.r8TDDHZM082530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 29 13:13:17 2013
New Revision: 328688
URL: http://svnweb.freebsd.org/changeset/ports/328688

Log:
  Fix leftovers after recent patches

Modified:
  head/devel/omniNotify/Makefile

Modified: head/devel/omniNotify/Makefile
==============================================================================
--- head/devel/omniNotify/Makefile	Sun Sep 29 13:11:22 2013	(r328687)
+++ head/devel/omniNotify/Makefile	Sun Sep 29 13:13:17 2013	(r328688)
@@ -46,8 +46,7 @@ post-patch:
 post-install:
 .if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${EXAMPLESDIR}
-	@cd ${WRKSRC}/examples && ${FIND} . -not -name .cvsignore \
-	  | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
+	@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} "! ( -name \.cvsignore -o -name *\.orig )"
 .endif
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291313.r8TDDHZM082530>