diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-08 04:48:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-08 04:48:42 +0800 |
commit | 7c3f2f88b89fbc01add64619ccb4a34d1f6495d7 (patch) | |
tree | 3775ea57c850fcddcbd3168f368b29f5b2fef552 /audio | |
parent | 4befa202a9a63f831a43d88caf6c225e290aaeec (diff) | |
download | freebsd-ports-gnome-7c3f2f88b89fbc01add64619ccb4a34d1f6495d7.tar.gz freebsd-ports-gnome-7c3f2f88b89fbc01add64619ccb4a34d1f6495d7.tar.zst freebsd-ports-gnome-7c3f2f88b89fbc01add64619ccb4a34d1f6495d7.zip |
- Convert to RF macro
With Hat: ruby@
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-freedb/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-mp3info/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-ogginfo/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-shout/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index bb098c60b772..89384799fd80 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -8,7 +8,7 @@ PORTNAME= freedb PORTVERSION= 0.5 CATEGORIES= audio net ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile index 613e3295e68e..a8a95f730b6f 100644 --- a/audio/ruby-mp3info/Makefile +++ b/audio/ruby-mp3info/Makefile @@ -8,7 +8,7 @@ PORTNAME= mp3info PORTVERSION= 0.5 CATEGORIES= audio ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} diff --git a/audio/ruby-ogginfo/Makefile b/audio/ruby-ogginfo/Makefile index cbaba73537a4..6fb0efc8231f 100644 --- a/audio/ruby-ogginfo/Makefile +++ b/audio/ruby-ogginfo/Makefile @@ -8,7 +8,7 @@ PORTNAME= ogginfo PORTVERSION= 0.1 CATEGORIES= audio ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTFILES= ${PORTNAME}.rb diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile index f93c08ddf3bd..df43d1e22a24 100644 --- a/audio/ruby-shout/Makefile +++ b/audio/ruby-shout/Makefile @@ -8,7 +8,7 @@ PORTNAME= shout PORTVERSION= 2.1 CATEGORIES= audio ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} |