diff options
author | knu <knu@FreeBSD.org> | 2000-09-19 16:08:19 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-19 16:08:19 +0000 |
commit | 10585a21b17384ab3b2ef759c52ed77128405362 (patch) | |
tree | 01f0616039ebe844c7610703cae3d9e818e35bc7 /security/ruby-acl | |
parent | deca48c17bb6019452fb1485cea91387721f4d0b (diff) | |
download | FreeBSD-ports-10585a21b17384ab3b2ef759c52ed77128405362.zip FreeBSD-ports-10585a21b17384ab3b2ef759c52ed77128405362.tar.gz |
Add MASTER_SITE_RUBY to MASTER_SITES.
Diffstat (limited to 'security/ruby-acl')
-rw-r--r-- | security/ruby-acl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile index 83894fd..0def050 100644 --- a/security/ruby-acl/Makefile +++ b/security/ruby-acl/Makefile @@ -8,7 +8,9 @@ PORTNAME= acl PORTVERSION= 1.0 CATEGORIES= security ipv6 ruby -MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/ +MASTER_SITES= ${MASTER_SITE_RUBY} \ + http://www2a.biglobe.ne.jp/~seki/ruby/ +MASTER_SITE_SUBDIR= contrib PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |