summaryrefslogtreecommitdiff
path: root/textproc/ruby-redcloth
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-01-28 15:15:57 +0000
committertaca <taca@pkgsrc.org>2007-01-28 15:15:57 +0000
commit922992b32786e7c9484ea0d79e398bb73642f7f2 (patch)
tree79689fc84ee50df819018f109c2fc76fd5e2e092 /textproc/ruby-redcloth
parent876dfb90758ac9287a4b8f5d8529b662255dab82 (diff)
downloadpkgsrc-922992b32786e7c9484ea0d79e398bb73642f7f2.tar.gz
Fix ruby-build-ri-db option related problem.
- Include options.mk before rubyversion.mk, so PLIST for ri database should be created suitably. - make RUBY_RIDIR and its friends relative path to ${PREFIX}. - Fix and improve handling of ${RUBY_RIDIR} handling and should be fixed remaining ${RUBY_RIDIR} after pkg_delete ruby18-base. (Noted by private mail from wiz@.) Bump PKGREVISION of ruby18-base package.
Diffstat (limited to 'textproc/ruby-redcloth')
-rw-r--r--textproc/ruby-redcloth/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile
index 120bfb4e66c..db878ed9b4a 100644
--- a/textproc/ruby-redcloth/Makefile
+++ b/textproc/ruby-redcloth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/09/07 15:55:50 taca Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/28 15:15:58 taca Exp $
DISTNAME= RedCloth-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-redcloth-${VERSION}
@@ -13,14 +13,11 @@ VERSION= 3.0.4
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"