diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-29 21:13:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-29 21:13:17 +0800 |
commit | 701673db1d191c9ba4e8285f2d33ab4b86c62943 (patch) | |
tree | 593a97414f1064093d56787e007ef755edc75da5 /devel | |
parent | 10eb9366d3c1a7c5c979de6d37f1c0264a4e05d5 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |