pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-maruku Install ruby modules only, and co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cb384b1fcf5
branches:  trunk
changeset: 530004:8cb384b1fcf5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 15 01:10:21 2007 +0000

description:
Install ruby modules only, and correct the package name.

diffstat:

 textproc/ruby-maruku/Makefile |  8 ++------
 textproc/ruby-maruku/PLIST    |  6 +-----
 2 files changed, 3 insertions(+), 11 deletions(-)

diffs (40 lines):

diff -r 3208bbb5d73b -r 8cb384b1fcf5 textproc/ruby-maruku/Makefile
--- a/textproc/ruby-maruku/Makefile     Fri Jun 15 01:06:58 2007 +0000
+++ b/textproc/ruby-maruku/Makefile     Fri Jun 15 01:10:21 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/15 01:05:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/15 01:10:21 minskim Exp $
 
 DISTNAME=      maruku-0.5.6
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc ruby
 MASTER_SITES=  http://rubyforge.org/frs/download.php/21120/
 EXTRACT_SUFX=  .tgz
@@ -12,14 +13,9 @@
 NO_BUILD=      yes
 USE_LANGUAGES= # none
 
-REPLACE_RUBY=  bin/*
-
 .include "../../lang/ruby/modules.mk"
 
-INSTALLATION_DIRS=     bin
-
 do-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/bin
        cd ${WRKSRC}/lib && pax -rwppm . ${RUBY_SITELIBDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 3208bbb5d73b -r 8cb384b1fcf5 textproc/ruby-maruku/PLIST
--- a/textproc/ruby-maruku/PLIST        Fri Jun 15 01:06:58 2007 +0000
+++ b/textproc/ruby-maruku/PLIST        Fri Jun 15 01:10:21 2007 +0000
@@ -1,8 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/15 01:05:05 minskim Exp $
-bin/marudown
-bin/maruku
-bin/marutest
-bin/marutex
+@comment $NetBSD: PLIST,v 1.2 2007/06/15 01:10:21 minskim Exp $
 ${RUBY_SITELIBDIR}/maruku.rb
 ${RUBY_SITELIBDIR}/maruku/attributes.rb
 ${RUBY_SITELIBDIR}/maruku/defaults.rb



Home | Main Index | Thread Index | Old Index