diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-14 11:22:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-14 11:22:10 +0000 |
commit | c911d6793b5cd0dbea0cbec9243666d32fc0dcef (patch) | |
tree | b04fee7ab64fbc9caf86b2c17ce8dab29fc98538 /net/ruby-xmlrpc/Makefile | |
parent | Add a missing @dirrm. (diff) |
Do not install files under redist/. They are installed by dependency.
Submitted by: bento
Diffstat (limited to '')
-rw-r--r-- | net/ruby-xmlrpc/Makefile | 3 |
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}/ |