diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 01:58:22 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 01:58:22 +0000 |
commit | 045248a283a0cd5c077a3899922710f55936d858 (patch) | |
tree | 5e70c4eb3b088b1f8b2630a968269fe705a72020 /audio | |
parent | 4a3f58e9125911f0445d27f48d2e79810153005b (diff) | |
download | ports-045248a283a0cd5c077a3899922710f55936d858.tar.gz ports-045248a283a0cd5c077a3899922710f55936d858.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/rubygem-ruby-mp3info/Makefile | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5273a248c6cb..8eaff0e1a177 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -629,6 +629,7 @@ SUBDIR += ruby-xmms SUBDIR += ruby-xmms2 SUBDIR += rubygem-mp3info + SUBDIR += rubygem-ruby-mp3info SUBDIR += s3mod SUBDIR += sbagen SUBDIR += schism diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile index c325c9b28414..744d87f7b48e 100644 --- a/audio/rubygem-ruby-mp3info/Makefile +++ b/audio/rubygem-ruby-mp3info/Makefile @@ -5,13 +5,10 @@ # $FreeBSD$ # -PORTNAME= mp3info +PORTNAME= ruby-mp3info PORTVERSION= 0.5 -PORTREVISION= 1 CATEGORIES= audio rubygems MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-${PORTNAME} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= tha_walka@hotmail.com COMMENT= A Ruby library to access information on mp3 files @@ -19,6 +16,5 @@ COMMENT= A Ruby library to access information on mp3 files USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -GEM_NAME= ${DISTNAME} .include <bsd.port.mk> |