pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/ruby-tzinfo Correct file permission. Bump PKGREV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b06d1bb65599
branches:  trunk
changeset: 520083:b06d1bb65599
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Oct 15 08:16:02 2006 +0000

description:
Correct file permission.  Bump PKGREVISION.

diffstat:

 time/ruby-tzinfo/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 96a6c290f5c1 -r b06d1bb65599 time/ruby-tzinfo/Makefile
--- a/time/ruby-tzinfo/Makefile Sun Oct 15 01:56:06 2006 +0000
+++ b/time/ruby-tzinfo/Makefile Sun Oct 15 08:16:02 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/10/12 20:51:14 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2006/10/15 08:16:02 minskim Exp $
 
 DISTNAME=      tzinfo-0.3.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    time ruby
 MASTER_SITES=  http://rubyforge.org/frs/download.php/13799/
 
@@ -15,7 +16,12 @@
 .include "../../lang/ruby/modules.mk"
 
 do-install:
-       cd ${WRKSRC}/lib && ${PAX} -rwppm * ${RUBY_SITELIBDIR}
+       ${INSTALL_DATA} ${WRKSRC}/lib/tzinfo.rb ${RUBY_SITELIBDIR}
+       cd ${WRKSRC}/lib && ${PAX} -rwppm tzinfo ${RUBY_SITELIBDIR}
+       ${FIND} ${RUBY_SITELIBDIR}/tzinfo -type d -print        \
+               | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+       ${FIND} ${RUBY_SITELIBDIR}/tzinfo -type f -print        \
+               | ${XARGS} ${CHMOD} ${SHAREMODE}
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/tzinfo
 .for f in CHANGES LICENSE README
        ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/tzinfo



Home | Main Index | Thread Index | Old Index