aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ruby-mp3info/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-06-29 00:56:42 +0800
committerknu <knu@FreeBSD.org>2004-06-29 00:56:42 +0800
commite70ac6aefe7e870e151d36081b5b55481e5535f5 (patch)
tree46757e9d67fd41e368e89012451fab7f9542c481 /audio/ruby-mp3info/Makefile
parent7e10041514b7746de3d7b9f14dcba8ea5277f1ca (diff)
downloadfreebsd-ports-gnome-e70ac6aefe7e870e151d36081b5b55481e5535f5.tar.gz
freebsd-ports-gnome-e70ac6aefe7e870e151d36081b5b55481e5535f5.tar.zst
freebsd-ports-gnome-e70ac6aefe7e870e151d36081b5b55481e5535f5.zip
Update to 0.3.
Diffstat (limited to 'audio/ruby-mp3info/Makefile')
-rw-r--r--audio/ruby-mp3info/Makefile10
1 files changed, 7 insertions, 3 deletions
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}