diff options
author | mezz <mezz@FreeBSD.org> | 2004-08-15 15:11:57 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-08-15 15:11:57 +0800 |
commit | ed762fe7a34919ccfc3e7abfc8a129eda777dcae (patch) | |
tree | 6e4b922819fa1daf6fe21384dfcb0bbf5ef76fa6 /accessibility/ruby-atk | |
parent | 3e46f5f5dac94e0b7d0840562e82cea2f8a03dfc (diff) | |
download | freebsd-ports-gnome-ed762fe7a34919ccfc3e7abfc8a129eda777dcae.tar.gz freebsd-ports-gnome-ed762fe7a34919ccfc3e7abfc8a129eda777dcae.tar.zst freebsd-ports-gnome-ed762fe7a34919ccfc3e7abfc8a129eda777dcae.zip |
- Update to 0.10.0.
- Un-broke/enable multimedia/ruby-gst; it works with current gstreamer now.
- Change some that have CP to INSTALL_*.
- Few small clean up.
BTW: ruby-gtksourceview and ruby-panelapplet will be add very soon when I
create and test them. They are going to be part of ruby-gnome2-all meta
port.
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 9 | ||||
-rw-r--r-- | accessibility/ruby-atk/pkg-plist | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index fc3885ca3733..257fe176b1e3 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/Makefile @@ -20,23 +20,22 @@ COMMENT= Ruby binding for ATK RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes +USE_XLIB= yes USE_GNOME= atk USE_RUBY_EXTCONF= yes -USE_XLIB= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/atk INSTALL_TARGET= site-install -DOCS= ChangeLog \ - README +DOCS= COPYING.LIB ChangeLog README post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} + @${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ + @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif diff --git a/accessibility/ruby-atk/pkg-plist b/accessibility/ruby-atk/pkg-plist index ea87729b62e2..dfb38a6f9d4c 100644 --- a/accessibility/ruby-atk/pkg-plist +++ b/accessibility/ruby-atk/pkg-plist @@ -1,5 +1,6 @@ %%RUBY_SITEARCHLIBDIR%%/atk.so %%RUBY_SITELIBDIR%%/atk.rb +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |