aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-01-14 18:10:48 +0800
committerknu <knu@FreeBSD.org>2003-01-14 18:10:48 +0800
commitb3ba11c8028385eaea9f2470ccfe34a26e814cff (patch)
treea35d50e1a8bcc2f2b883811f433ad3a3ab0c2a57 /graphics
parentff7169cff8453639ca9133787e852044d56b94f5 (diff)
downloadfreebsd-ports-gnome-b3ba11c8028385eaea9f2470ccfe34a26e814cff.tar.gz
freebsd-ports-gnome-b3ba11c8028385eaea9f2470ccfe34a26e814cff.tar.zst
freebsd-ports-gnome-b3ba11c8028385eaea9f2470ccfe34a26e814cff.zip
Remove CVS/ directories before installing docs and examples.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-gdk_imlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ruby-gdk_imlib/Makefile b/graphics/ruby-gdk_imlib/Makefile
index 278da3237a36..301cfe12430f 100644
--- a/graphics/ruby-gdk_imlib/Makefile
+++ b/graphics/ruby-gdk_imlib/Makefile
@@ -34,6 +34,7 @@ DOCS_EN= ChangeLog
post-extract:
${MV} ${WRKSRC:S/gdk_imlib$/gdkimlib/} ${WRKSRC}
+ ${FIND} ${WRKSRC} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -r
post-install:
.if !defined(NOPORTDOCS)