diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-15 07:11:57 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-15 07:11:57 +0000 |
commit | 338404f1b31686e0e04fadb44ceebeda922736ad (patch) | |
tree | ea045d960564c42c09193c38d5eb95e3414641b8 /www/ruby-gtkhtml2 | |
parent | 9068941a6c8289f95c96703dec4eee8f37cabb2e (diff) | |
download | ports-338404f1b31686e0e04fadb44ceebeda922736ad.tar.gz ports-338404f1b31686e0e04fadb44ceebeda922736ad.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.
Notes
Notes:
svn path=/head/; revision=116239
Diffstat (limited to 'www/ruby-gtkhtml2')
-rw-r--r-- | www/ruby-gtkhtml2/Makefile | 13 | ||||
-rw-r--r-- | www/ruby-gtkhtml2/pkg-plist | 1 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-gtkhtml2/Makefile b/www/ruby-gtkhtml2/Makefile index b4b47d83e1de..be0e7721df15 100644 --- a/www/ruby-gtkhtml2/Makefile +++ b/www/ruby-gtkhtml2/Makefile @@ -20,25 +20,24 @@ COMMENT= Ruby binding for GtkHtml2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 USE_RUBY= yes +USE_XLIB= yes USE_GNOME= libgtkhtml USE_RUBY_EXTCONF= yes -USE_XLIB= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/gtkhtml2 INSTALL_TARGET= site-install -DOCS= ChangeLog \ - README +DOCS= COPYING.LIB ChangeLog README post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} + @${MKDIR} ${RUBY_MODEXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ + @${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ + @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif diff --git a/www/ruby-gtkhtml2/pkg-plist b/www/ruby-gtkhtml2/pkg-plist index 826f5b5ae916..c3158ccac479 100644 --- a/www/ruby-gtkhtml2/pkg-plist +++ b/www/ruby-gtkhtml2/pkg-plist @@ -2,6 +2,7 @@ %%RUBY_SITELIBDIR%%/gtkhtml2.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gtkhtml.rb %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |