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-gtkglext/Makefile | |
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-gtkglext/Makefile')
-rw-r--r-- | x11-toolkits/ruby-gtkglext/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-gtkglext/Makefile b/x11-toolkits/ruby-gtkglext/Makefile index d2c7c37ab950..1fc3956d17ce 100644 --- a/x11-toolkits/ruby-gtkglext/Makefile +++ b/x11-toolkits/ruby-gtkglext/Makefile @@ -32,6 +32,8 @@ INSTALL_TARGET= site-install DOCS= ChangeLog README +post-patch: general-patch + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${RUBY_MODEXAMPLESDIR} |