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 /x11-toolkits/ruby-pango | |
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 'x11-toolkits/ruby-pango')
-rw-r--r-- | x11-toolkits/ruby-pango/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-toolkits/ruby-pango/Makefile b/x11-toolkits/ruby-pango/Makefile index 783697e8fa7d..8862cee4cc11 100644 --- a/x11-toolkits/ruby-pango/Makefile +++ b/x11-toolkits/ruby-pango/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} |