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