svn commit: r328688 - head/devel/omniNotify
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 29 13:13:18 UTC 2013
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>
More information about the svn-ports-head
mailing list