aboutsummaryrefslogtreecommitdiff
path: root/audio/rubygem-mp3info/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-06-28 16:56:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-06-28 16:56:42 +0000
commitfd050adc011ac5f268d18e3e9891a9b9029d9285 (patch)
treef1a53582ce0994d3c9364445d5b036a2af941925 /audio/rubygem-mp3info/Makefile
parentfb0a5a294eea64807a7b54a032ae326c598db1ff (diff)
Update to 0.3.
Notes
Notes: svn path=/head/; revision=112481
Diffstat (limited to 'audio/rubygem-mp3info/Makefile')
-rw-r--r--audio/rubygem-mp3info/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/rubygem-mp3info/Makefile b/audio/rubygem-mp3info/Makefile
index 56290aca8c23..ea4b4115ea18 100644
--- a/audio/rubygem-mp3info/Makefile
+++ b/audio/rubygem-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}