diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-10 19:33:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-10 19:33:12 +0000 |
commit | 05b8acf6993661a962ba5aa8b55edf7e35366042 (patch) | |
tree | c61e366ed1d69c638f8a18c30bdd5231680afb79 /x11/ruby-X11/Makefile | |
parent | b7386ab7b88228adf39c3195cc6c8fbf3bf40d78 (diff) |
Notes
Diffstat (limited to 'x11/ruby-X11/Makefile')
-rw-r--r-- | x11/ruby-X11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/ruby-X11/Makefile b/x11/ruby-X11/Makefile index a5c82af83cb1..376852617d9c 100644 --- a/x11/ruby-X11/Makefile +++ b/x11/ruby-X11/Makefile @@ -6,7 +6,7 @@ # PORTNAME= X11 -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= x11 ruby MASTER_SITES= http://hostname.2y.net/~matju/RubyX11/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -26,11 +26,10 @@ do-install: ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/* ${RUBY_SITELIBDIR}/${PORTNAME}/ .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/tests + ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} .for f in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ .endfor - ${MV} ${RUBY_EXAMPLESDIR}/${PORTNAME}/Vector.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/tests/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ |