aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ruby-tk/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-05-03 04:30:11 +0800
committerknu <knu@FreeBSD.org>2004-05-03 04:30:11 +0800
commitca397914194b428ec7fe8b97aad0f1ea0c000fbb (patch)
treedf8bf3ce5cce67b8bb5a029e7b816dbb16a3280c /x11-toolkits/ruby-tk/Makefile
parentc0aaaedd13eb460f47fd0e799200deb336630102 (diff)
downloadfreebsd-ports-gnome-ca397914194b428ec7fe8b97aad0f1ea0c000fbb.tar.gz
freebsd-ports-gnome-ca397914194b428ec7fe8b97aad0f1ea0c000fbb.tar.zst
freebsd-ports-gnome-ca397914194b428ec7fe8b97aad0f1ea0c000fbb.zip
Update lang/ruby18 and the bundled modules to the latest 1.8 branch
snapshot as of 2004-05-02.
Diffstat (limited to 'x11-toolkits/ruby-tk/Makefile')
-rw-r--r--x11-toolkits/ruby-tk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile
index 11b43a5234fb..e13213ff5a03 100644
--- a/x11-toolkits/ruby-tk/Makefile
+++ b/x11-toolkits/ruby-tk/Makefile
@@ -49,6 +49,10 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
+.if ${RUBY_VER} >= 1.8
+ ${MKDIR} ${RUBY_MODDOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.fork ${RUBY_MODDOCDIR}/
+.endif
.endif
.include <bsd.port.post.mk>