Index: head/graphics/ruby-graph/Makefile =================================================================== --- head/graphics/ruby-graph/Makefile (revision 49458) +++ head/graphics/ruby-graph/Makefile (revision 49459) @@ -1,34 +1,38 @@ # New ports collection makefile for: GraphR # Date created: 24 October 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= graph -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.6 CATEGORIES= graphics ruby -MASTER_SITES= http://rockit.sourceforge.net/subprojects/graphr/ -MASTER_SITE_SUBDIR= knu +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= rockit PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}r-${PORTVERSION:S/./-/g} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz USE_RUBY= yes NO_BUILD= yes +DOCS= BUGS README + do-install: cd ${WRKSRC}; ${RUBY} install.rb post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ +.endfor .endif .include Property changes on: head/graphics/ruby-graph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/ruby-graph/distinfo =================================================================== --- head/graphics/ruby-graph/distinfo (revision 49458) +++ head/graphics/ruby-graph/distinfo (revision 49459) @@ -1 +1 @@ -MD5 (ruby/graphr-0-1-4.tar.gz) = b06e1dbd7f0c89270bedc4a1e59436b6 +MD5 (ruby/graphr-0-1-6.tar.gz) = 66391d2244fa3f738d09b55a5b905aaa Property changes on: head/graphics/ruby-graph/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/ruby-graph/pkg-plist =================================================================== --- head/graphics/ruby-graph/pkg-plist (revision 49458) +++ head/graphics/ruby-graph/pkg-plist (revision 49459) @@ -1,6 +1,7 @@ %%RUBY_SITELIBDIR%%/graph/base_extensions.rb %%RUBY_SITELIBDIR%%/graph/directed_graph.rb %%RUBY_SITELIBDIR%%/graph/graphviz_dot.rb @dirrm %%RUBY_SITELIBDIR%%/graph +%%PORTDOCS%%%%RUBY_DOCDIR%%/graph/BUGS %%PORTDOCS%%%%RUBY_DOCDIR%%/graph/README %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/graph Property changes on: head/graphics/ruby-graph/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property