- Fix pkg-plist. Apparently ruby19 install all files in its workdir

including the patch(1) leftovers.
This commit is contained in:
Stanislav Sedov 2009-06-18 14:51:39 +00:00
parent c36e969d3f
commit 1ad8b77229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236226

View File

@ -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
#