summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-01-29 08:14:42 +0000
committerminskim <minskim@pkgsrc.org>2007-01-29 08:14:42 +0000
commit4ac5ea7db73ff62bdd792054afdf3183fcf103d3 (patch)
tree6d4b9629d9dbbbfcef1ec30a38e21762229c0b5f /devel
parent145e606d149d7c733384490904053499968588cc (diff)
downloadpkgsrc-4ac5ea7db73ff62bdd792054afdf3183fcf103d3.tar.gz
Make sure that .orig files are not installed.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-activesupport/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile
index 8268672f47a..579e8d61629 100644
--- a/devel/ruby-activesupport/Makefile
+++ b/devel/ruby-activesupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/01/28 04:39:50 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2007/01/29 08:14:42 minskim Exp $
DISTNAME= activesupport-1.4.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -15,6 +15,9 @@ NO_CONFIGURE= yes
.include "../../lang/ruby/modules.mk"
+pre-install:
+ ${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
+
do-install:
${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR}
${CHOWN} -R ${LIBOWN}:${LIBGRP} ${RUBY_SITELIBDIR}/active_support*