From e70ac6aefe7e870e151d36081b5b55481e5535f5 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 28 Jun 2004 16:56:42 +0000 Subject: Update to 0.3. --- audio/ruby-mp3info/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'audio/ruby-mp3info/Makefile') diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile index 56290aca8c23..ea4b4115ea18 100644 --- a/audio/ruby-mp3info/Makefile +++ b/audio/ruby-mp3info/Makefile @@ -6,9 +6,9 @@ # PORTNAME= mp3info -PORTVERSION= 0.2.1 +PORTVERSION= 0.3 CATEGORIES= audio ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/91/ +MASTER_SITES= http://rubyforge.org/frs/download.php/808/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby @@ -18,11 +18,15 @@ COMMENT= A Ruby library to access to information on mp3 files USE_RUBY= yes USE_RUBY_SETUP= yes +USE_RUBY_RDOC= yes RUBY_SETUP= install.rb -DOCS= doc +DOCS= CHANGELOG doc #EXAMPLES= test.rb +post-build: + cd ${BUILD_WRKSRC}; ${RM} -r doc; ${RUBY_RDOC} lib + post-install: .if !defined(NOPORTDOCS) # ${MKDIR} ${RUBY_MODEXAMPLESDIR} -- cgit