summaryrefslogtreecommitdiff
path: root/accessibility/ruby-atk
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-08-15 07:11:57 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-08-15 07:11:57 +0000
commit338404f1b31686e0e04fadb44ceebeda922736ad (patch)
treeea045d960564c42c09193c38d5eb95e3414641b8 /accessibility/ruby-atk
parentAdd missing dependency. (diff)
- 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.
Notes
Notes: svn path=/head/; revision=116239
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r--accessibility/ruby-atk/Makefile9
-rw-r--r--accessibility/ruby-atk/pkg-plist1
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%%