summaryrefslogtreecommitdiff
path: root/databases/ruby-dbd_sqlite/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
commit8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch)
tree9615b3688d1803f562165c15a4f065a2095b4ad0 /databases/ruby-dbd_sqlite/Makefile
parentAdd 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-dbd_sqlite/Makefile')
-rw-r--r--databases/ruby-dbd_sqlite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile
index 3a17208a069e..2b245cae2b3c 100644
--- a/databases/ruby-dbd_sqlite/Makefile
+++ b/databases/ruby-dbd_sqlite/Makefile
@@ -35,9 +35,9 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif