summaryrefslogtreecommitdiff
path: root/textproc/ruby-redcloth
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-09-07 15:55:49 +0000
committertaca <taca@pkgsrc.org>2006-09-07 15:55:49 +0000
commit0676967c74614bb8acfbdf99b8fa79f9cc5c48ba (patch)
treeb3dc0a242cee6b9650cbb3b869bf9df2f138c008 /textproc/ruby-redcloth
parent39a1b534b37d93d9f4413d07f6e65a8ad7fb66ec (diff)
downloadpkgsrc-0676967c74614bb8acfbdf99b8fa79f9cc5c48ba.tar.gz
Use RUBY_GENERATE_PLIST.
Diffstat (limited to 'textproc/ruby-redcloth')
-rw-r--r--textproc/ruby-redcloth/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile
index 35e037db1ac..120bfb4e66c 100644
--- a/textproc/ruby-redcloth/Makefile
+++ b/textproc/ruby-redcloth/Makefile
@@ -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 @@ 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"