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-dbd_pg | |
parent | 4aa34c64c500840cdcabfd0efafc7193e5bb8a8b (diff) |
Notes
Diffstat (limited to 'databases/ruby-dbd_pg')
-rw-r--r-- | databases/ruby-dbd_pg/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-dbd_pg/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile index 28a52d44b980..8d6e333e29f0 100644 --- a/databases/ruby-dbd_pg/Makefile +++ b/databases/ruby-dbd_pg/Makefile @@ -31,9 +31,9 @@ DOCS_EN= lib/${PORTNAME}/doc/* 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 diff --git a/databases/ruby-dbd_pg/pkg-plist b/databases/ruby-dbd_pg/pkg-plist index 24122cb73973..0e32f13136c9 100644 --- a/databases/ruby-dbd_pg/pkg-plist +++ b/databases/ruby-dbd_pg/pkg-plist @@ -1,4 +1,4 @@ %%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb @dirrm %%RUBY_SITELIBDIR%%/DBD/Pg -%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/dbd_pg/README -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/dbi/dbd_pg +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |