diff options
author | mezz <mezz@FreeBSD.org> | 2005-08-01 16:52:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-08-01 16:52:04 +0800 |
commit | 6f78908fc9edf73fc7c97951049b1c8073e0c0c6 (patch) | |
tree | e2e3602805aa7d04fe2528c1b28a78285bb009a2 /graphics/ruby-gdk_pixbuf2 | |
parent | f3080452217d2eea71a0548f0516b26bb4d8a093 (diff) | |
download | freebsd-ports-gnome-6f78908fc9edf73fc7c97951049b1c8073e0c0c6.tar.gz freebsd-ports-gnome-6f78908fc9edf73fc7c97951049b1c8073e0c0c6.tar.zst freebsd-ports-gnome-6f78908fc9edf73fc7c97951049b1c8073e0c0c6.zip |
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} |