diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-01 08:52:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-01 08:52:04 +0000 |
commit | 452d8feb413f5acde02892e19e15331c13e4ba26 (patch) | |
tree | f8f6cf23d283d15ba32f678af8af39f5f2082400 /graphics/ruby-gdk_pixbuf2 | |
parent | - Project is finally alive again and moved to Sourceforge. (diff) |
Update to 0.13.0, see release note for detail:
http://ruby-gnome2.sourceforge.jp/?News_20050731_1
Diffstat (limited to 'graphics/ruby-gdk_pixbuf2')
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 44d3d09b3e4f..11d9ad7c4760 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -31,11 +31,6 @@ INSTALL_TARGET= site-install DOCS= COPYING.LIB ChangeLog README -post-patch: - @${REINPLACE_CMD} -e 's|local/bin/ruby|bin/env ruby|g' \ - ${WRKSRC}/sample/*.rb - @${FIND} ${WRKSRC} -name '*.bak' -delete - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${RUBY_MODEXAMPLESDIR} |