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 /devel/ruby-gnomevfs | |
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 'devel/ruby-gnomevfs')
-rw-r--r-- | devel/ruby-gnomevfs/Makefile | 11 | ||||
-rw-r--r-- | devel/ruby-gnomevfs/pkg-plist | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-gnomevfs/Makefile b/devel/ruby-gnomevfs/Makefile index 56682395750b..4159e8b9ee35 100644 --- a/devel/ruby-gnomevfs/Makefile +++ b/devel/ruby-gnomevfs/Makefile @@ -28,16 +28,15 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install -DOCS= ChangeLog \ - README +DOCS= COPYING.LIB ChangeLog README post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/tests/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} + @${MKDIR} ${RUBY_MODEXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/tests/* ${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/devel/ruby-gnomevfs/pkg-plist b/devel/ruby-gnomevfs/pkg-plist index a59ccee9c033..f54f25ecca47 100644 --- a/devel/ruby-gnomevfs/pkg-plist +++ b/devel/ruby-gnomevfs/pkg-plist @@ -4,6 +4,7 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test2.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test3.rb %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |