summaryrefslogtreecommitdiff
path: root/lang/ruby19
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-06-18 14:51:39 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-06-18 14:51:39 +0000
commit1ad8b772297f63a08ad67e470c2a4f7b1081b32b (patch)
treeff975e72a23f0eed6d0b2993b55e16bebffb9bba /lang/ruby19
parentUpdate to 0.42 (diff)
- Fix pkg-plist. Apparently ruby19 install all files in its workdir
including the patch(1) leftovers.
Notes
Notes: svn path=/head/; revision=236226
Diffstat (limited to 'lang/ruby19')
-rw-r--r--lang/ruby19/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile
index 9df2fe1ecebf..b1a28e1ea42d 100644
--- a/lang/ruby19/Makefile
+++ b/lang/ruby19/Makefile
@@ -119,6 +119,11 @@ post-patch:
-e '/^RUBY_VENDOR_LIB_PATH2/s,\.\$$\{TEENY\},,' \
${WRKSRC}/configure
+ #
+ # Eliminate all leftovers
+ #
+ @${FIND} ${WRKSRC}/ -name "*.orig" -delete
+
#
# Remove modules we don't want
#