summaryrefslogtreecommitdiff
path: root/devel/ruby-activesupport
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit4eedf46f13f54f52b57bb41f46fa1156773cfe5b (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /devel/ruby-activesupport
parent563be07afa7bf7078a833258658572365405741a (diff)
downloadpkgsrc-4eedf46f13f54f52b57bb41f46fa1156773cfe5b.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'devel/ruby-activesupport')
-rw-r--r--devel/ruby-activesupport/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile
index 4ee5ae5135d..22751cccc61 100644
--- a/devel/ruby-activesupport/Makefile
+++ b/devel/ruby-activesupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/10 02:47:00 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:48 jlam Exp $
DISTNAME= activesupport-1.0.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -16,6 +16,7 @@ NO_CONFIGURE= yes
.include "../../lang/ruby/modules.mk"
do-install:
+ ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}
${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR}
${CHOWN} -R ${LIBOWN}:${LIBGRP} ${RUBY_SITELIBDIR}/active_support*
${FIND} ${RUBY_SITELIBDIR}/active_support -type d -print | \