pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-redcloth Use RUBY_GENERATE_PLIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca03ca8a019b
branches:  trunk
changeset: 518370:ca03ca8a019b
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 07 15:55:49 2006 +0000

description:
Use RUBY_GENERATE_PLIST.

diffstat:

 textproc/ruby-redcloth/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r e5d4325a8368 -r ca03ca8a019b textproc/ruby-redcloth/Makefile
--- a/textproc/ruby-redcloth/Makefile   Thu Sep 07 15:51:25 2006 +0000
+++ b/textproc/ruby-redcloth/Makefile   Thu Sep 07 15:55:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/11/03 05:59:14 taca Exp $
+# $NetBSD: Makefile,v 1.5 2006/09/07 15:55:50 taca Exp $
 
 DISTNAME=      RedCloth-${VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-redcloth-${VERSION}
@@ -13,11 +13,14 @@
 USE_RUBY_SETUP=        yes
 DOCS=          CHANGELOG README REFERENCE
 
+RUBY_DYNAMIC_DIRS= ${RUBY_SITERIDIR:S,${PREFIX}/,,}/RedCloth
+
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/redcloth
 .for f in ${DOCS}
        ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_DOCDIR}/redcloth
 .endfor
+       ${RUBY_GENERATE_PLIST}
 
 .include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index