diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-20 13:48:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-20 13:48:20 +0000 |
commit | 5fc071c7df5bca0e4e68ec569dcbd4ab9a7ea3c3 (patch) | |
tree | 6c43b8c7675d7598d7c335f5eea9c1d7f098125a /security/ruby-blowfish | |
parent | 9dfb8331051963f5bf7e7d6e7e91be227b84cf9b (diff) | |
download | ports-5fc071c7df5bca0e4e68ec569dcbd4ab9a7ea3c3.tar.gz ports-5fc071c7df5bca0e4e68ec569dcbd4ab9a7ea3c3.zip |
Since the master site has been unreachable these days, put a copy of
the distfile in my MASTER_SITE_LOCAL area.
Notes
Notes:
svn path=/head/; revision=44253
Diffstat (limited to 'security/ruby-blowfish')
-rw-r--r-- | security/ruby-blowfish/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile index 102949869bab..0275ec6ce3fb 100644 --- a/security/ruby-blowfish/Makefile +++ b/security/ruby-blowfish/Makefile @@ -8,7 +8,9 @@ PORTNAME= blowfish PORTVERSION= 0.2 CATEGORIES= security ruby -MASTER_SITES= http://www.rubylinks.de/download/ +MASTER_SITES= http://www.rubylinks.de/download/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby |