diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-02 08:57:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-02 08:57:05 +0800 |
commit | 8003e6e62727df0c8a1c58242e77c7882d4a782f (patch) | |
tree | b3f5db5923efb81e3e0048eced06cd64a5e264da /x11-toolkits/ruby-pango | |
parent | b6d6a042e599e47f9aeba304dd0952ab202a60cd (diff) | |
download | freebsd-ports-gnome-8003e6e62727df0c8a1c58242e77c7882d4a782f.tar.gz freebsd-ports-gnome-8003e6e62727df0c8a1c58242e77c7882d4a782f.tar.zst freebsd-ports-gnome-8003e6e62727df0c8a1c58242e77c7882d4a782f.zip |
- Update to 0.16.0.
- More on PREFIX-cleaness.
- Remove databases/ruby-libgda and multimedia/ruby-gst, these ports are no
longer in the tarball and have been dropped support by the developers.
Diffstat (limited to 'x11-toolkits/ruby-pango')
-rw-r--r-- | x11-toolkits/ruby-pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-pango/Makefile b/x11-toolkits/ruby-pango/Makefile index cf4836b24141..23ef63c69455 100644 --- a/x11-toolkits/ruby-pango/Makefile +++ b/x11-toolkits/ruby-pango/Makefile @@ -33,7 +33,7 @@ INSTALL_TARGET= site-install DOCS= COPYING.LIB ChangeLog README -post-patch: +post-patch: general-patch @${REINPLACE_CMD} -e 's|local/bin/|bin/env |g' \ ${WRKSRC}/sample/layout.rb @${FIND} ${WRKSRC} -name '*.bak' -delete |