diff options
author | knu <knu@FreeBSD.org> | 2001-04-15 16:15:15 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-15 16:15:15 +0800 |
commit | a7ec0c4f47569cce1876f6994f32b36d6f23535a (patch) | |
tree | 553dae8c519dfde1e8ab4eb2a57e53705c0e9e96 /print | |
parent | 3db5922a5fff05df3f75ff67f79a9e5ec3d3884e (diff) | |
download | freebsd-ports-gnome-a7ec0c4f47569cce1876f6994f32b36d6f23535a.tar.gz freebsd-ports-gnome-a7ec0c4f47569cce1876f6994f32b36d6f23535a.tar.zst freebsd-ports-gnome-a7ec0c4f47569cce1876f6994f32b36d6f23535a.zip |
Update to 0.0.4.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-panda/Makefile | 6 | ||||
-rw-r--r-- | print/ruby-panda/distinfo | 2 | ||||
-rw-r--r-- | print/ruby-panda/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/print/ruby-panda/Makefile b/print/ruby-panda/Makefile index f23fa1cd2ea9..cedf2a0f3da5 100644 --- a/print/ruby-panda/Makefile +++ b/print/ruby-panda/Makefile @@ -6,7 +6,7 @@ # PORTNAME= panda -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= print ruby MASTER_SITES= http://www2s.biglobe.ne.jp/~Nori/ruby/dist/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -29,13 +29,13 @@ INSTALL_TARGET= site-install DOCS_EN= README DOCS_JA= ChangeLog.ja README.ja TODO.ja -EXAMPLES_EN= main.rb +EXAMPLES_EN= circles.rb main.rb post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} .for f in ${EXAMPLES_EN} - ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ .endfor cd ${RUBY_EXAMPLESDIR}/${PORTNAME} && ${LN} -sf ../../panda/*.jpg ../../panda/*.png ../../panda/*.tif . ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja diff --git a/print/ruby-panda/distinfo b/print/ruby-panda/distinfo index 8936922c1e74..facb8993cba2 100644 --- a/print/ruby-panda/distinfo +++ b/print/ruby-panda/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-panda-0.0.3.tar.gz) = 362a51cbddbe9b4566c144f5f35d14f3 +MD5 (ruby/ruby-panda-0.0.4.tar.gz) = e36196f1cd84756a18fe6b8bbd973e82 diff --git a/print/ruby-panda/pkg-plist b/print/ruby-panda/pkg-plist index 43d46fe0a949..3e429ac450a2 100644 --- a/print/ruby-panda/pkg-plist +++ b/print/ruby-panda/pkg-plist @@ -6,6 +6,7 @@ %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/panda/ja %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/panda %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/brave-gnu.png +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/circles.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/gnu-head.jpg %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/gnu-head.png %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/gnu_box.jpg |