summaryrefslogtreecommitdiff
path: root/net/ruby-xmlrpc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-14 11:22:10 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-14 11:22:10 +0000
commitc911d6793b5cd0dbea0cbec9243666d32fc0dcef (patch)
treeb04fee7ab64fbc9caf86b2c17ce8dab29fc98538 /net/ruby-xmlrpc
parentAdd a missing @dirrm. (diff)
Do not install files under redist/. They are installed by dependency.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=73120
Diffstat (limited to 'net/ruby-xmlrpc')
-rw-r--r--net/ruby-xmlrpc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ruby-xmlrpc/Makefile b/net/ruby-xmlrpc/Makefile
index b0a14b53f577..f7ded2177262 100644
--- a/net/ruby-xmlrpc/Makefile
+++ b/net/ruby-xmlrpc/Makefile
@@ -37,7 +37,8 @@ post-patch:
${RUBY} -i -pe '$$_ = "FILES2 = []\n" if /^FILES2\s*=/' ${WRKSRC}/install.rb
do-install:
- cd ${WRKSRC}; ${RUBY} install.rb
+ ${MKDIR} ${RUBY_SITELIBDIR}/xmlrpc
+ ${INSTALL_DATA} ${WRKSRC}/lib/*.rb ${RUBY_SITELIBDIR}/xmlrpc/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/