diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-01-18 13:22:52 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-01-18 13:22:52 +0800 |
commit | f403c9c73dbede287f97c7823aeae186cfcbc047 (patch) | |
tree | 8b71e2aa394f98b45af1429a8c0eb8c2e01a7148 /devel | |
parent | 052ed14565618f110227b54aef2bd0f8929b16c8 (diff) | |
download | freebsd-ports-gnome-f403c9c73dbede287f97c7823aeae186cfcbc047.tar.gz freebsd-ports-gnome-f403c9c73dbede287f97c7823aeae186cfcbc047.tar.zst freebsd-ports-gnome-f403c9c73dbede287f97c7823aeae186cfcbc047.zip |
- Switch to RG (MASTER_SITE_RUBYGEMS)
for some reason they put this one in /rubygems not /gems, so use the variable not the macro
PR: ports/162895
Suggested by: sunpoet@
With hat: ruby@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gems/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile index d89d6a74428b..98d2f038ae0d 100644 --- a/devel/ruby-gems/Makefile +++ b/devel/ruby-gems/Makefile @@ -8,8 +8,7 @@ PORTNAME= gems PORTVERSION= 1.8.11 CATEGORIES= devel ruby -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby${PORTNAME} +MASTER_SITES= ${MASTER_SITE_RUBYGEMS:S/\/gems\//\/rubygems\//} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz |