diff options
author | knu <knu@FreeBSD.org> | 2000-09-20 00:08:19 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-20 00:08:19 +0800 |
commit | 10585a21b17384ab3b2ef759c52ed77128405362 (patch) | |
tree | 01f0616039ebe844c7610703cae3d9e818e35bc7 /security | |
parent | deca48c17bb6019452fb1485cea91387721f4d0b (diff) | |
download | freebsd-ports-gnome-10585a21b17384ab3b2ef759c52ed77128405362.tar.gz freebsd-ports-gnome-10585a21b17384ab3b2ef759c52ed77128405362.tar.zst freebsd-ports-gnome-10585a21b17384ab3b2ef759c52ed77128405362.zip |
Add MASTER_SITE_RUBY to MASTER_SITES.
Diffstat (limited to 'security')
-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 83894fd60696..0def050eda6a 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 |