diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
commit | 8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch) | |
tree | 9615b3688d1803f562165c15a4f065a2095b4ad0 /databases/ruby-postgres/Makefile | |
parent | Add fontconfig, an XML-based font configuration API for X. (diff) |
Use RUBY_MOD*.
Notes
Notes:
svn path=/head/; revision=67504
Diffstat (limited to 'databases/ruby-postgres/Makefile')
-rw-r--r-- | databases/ruby-postgres/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 42940ea27c3b..06122a3a671e 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -29,14 +29,14 @@ DOCS_JA= README.jp doc/postgres.jp.html post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/postgres - ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/postgres/ - ${MKDIR} ${RUBY_DOCDIR}/postgres/ja + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/ja/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif |