aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-29 21:13:17 +0800
committerantoine <antoine@FreeBSD.org>2013-09-29 21:13:17 +0800
commit701673db1d191c9ba4e8285f2d33ab4b86c62943 (patch)
tree593a97414f1064093d56787e007ef755edc75da5 /devel
parent10eb9366d3c1a7c5c979de6d37f1c0264a4e05d5 (diff)
downloadfreebsd-ports-gnome-701673db1d191c9ba4e8285f2d33ab4b86c62943.tar.gz
freebsd-ports-gnome-701673db1d191c9ba4e8285f2d33ab4b86c62943.tar.zst
freebsd-ports-gnome-701673db1d191c9ba4e8285f2d33ab4b86c62943.zip
Fix leftovers after recent patches
Diffstat (limited to 'devel')
-rw-r--r--devel/omniNotify/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile
index 598324f0a38c..5c221d4f0752 100644
--- a/devel/omniNotify/Makefile
+++ b/devel/omniNotify/Makefile
@@ -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>