- 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@
This commit is contained in:
parent
39ac1c32bc
commit
0ede50f247
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289398
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue