pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-activerecord Change documentation direc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05f95ac4ea7a
branches:  trunk
changeset: 502124:05f95ac4ea7a
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Nov 02 15:00:40 2005 +0000

description:
Change documentation directory to activerecord.

diffstat:

 databases/ruby-activerecord/Makefile |  8 ++++----
 databases/ruby-activerecord/PLIST    |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 858066b91867 -r 05f95ac4ea7a databases/ruby-activerecord/Makefile
--- a/databases/ruby-activerecord/Makefile      Wed Nov 02 14:48:39 2005 +0000
+++ b/databases/ruby-activerecord/Makefile      Wed Nov 02 15:00:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/11/02 14:28:45 taca Exp $
+# $NetBSD: Makefile,v 1.5 2005/11/02 15:00:40 taca Exp $
 
 DISTNAME=      activerecord-1.12.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -20,9 +20,9 @@
 
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/active_record/support
-       ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/active_record
-       ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${RUBY_DOCDIR}/active_record
-       ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/active_record
+       ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/activerecord
+       ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${RUBY_DOCDIR}/activerecord
+       ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/activerecord
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/activerecord
 .for f in ${EXAMPLES}
        ${INSTALL_DATA} ${WRKSRC}/examples/${f} \
diff -r 858066b91867 -r 05f95ac4ea7a databases/ruby-activerecord/PLIST
--- a/databases/ruby-activerecord/PLIST Wed Nov 02 14:48:39 2005 +0000
+++ b/databases/ruby-activerecord/PLIST Wed Nov 02 15:00:40 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/11/02 14:28:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/11/02 15:00:40 taca Exp $
 ${RUBY_SITELIBDIR}/active_record.rb
 ${RUBY_SITELIBDIR}/active_record/acts/list.rb
 ${RUBY_SITELIBDIR}/active_record/acts/nested_set.rb
@@ -45,9 +45,9 @@
 ${RUBY_SITELIBDIR}/active_record/version.rb
 ${RUBY_SITELIBDIR}/active_record/wrappers/yaml_wrapper.rb
 ${RUBY_SITELIBDIR}/active_record/wrappings.rb
-${RUBY_DOCDIR}/active_record/CHANGELOG
-${RUBY_DOCDIR}/active_record/README
-@dirrm ${RUBY_DOCDIR}/active_record
+${RUBY_DOCDIR}/activerecord/CHANGELOG
+${RUBY_DOCDIR}/activerecord/README
+@dirrm ${RUBY_DOCDIR}/activerecord
 @dirrm ${RUBY_SITELIBDIR}/active_record/wrappers
 @dirrm ${RUBY_SITELIBDIR}/active_record/vendor
 @exec ${MKDIR} ${RUBY_SITELIBDIR}/active_record/support



Home | Main Index | Thread Index | Old Index