diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-08 05:00:37 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-08 05:00:37 +0800 |
commit | 63bc199f1477caf932683be53debb1c339219daa (patch) | |
tree | c6fa1b08335dc6608c14214babc184cc56205c2a /security | |
parent | 7c3f2f88b89fbc01add64619ccb4a34d1f6495d7 (diff) | |
download | freebsd-ports-gnome-63bc199f1477caf932683be53debb1c339219daa.tar.gz freebsd-ports-gnome-63bc199f1477caf932683be53debb1c339219daa.tar.zst freebsd-ports-gnome-63bc199f1477caf932683be53debb1c339219daa.zip |
- Use LOCAL macro
- Kill 2 dead mirrors in security/ruby-blowfish
With Hat: ruby@
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-blowfish/Makefile | 5 | ||||
-rw-r--r-- | security/ruby-mcrypt/Makefile | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile index d8d7ff091481..bc72a3df2275 100644 --- a/security/ruby-blowfish/Makefile +++ b/security/ruby-blowfish/Makefile @@ -9,10 +9,7 @@ PORTNAME= blowfish PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= security ruby -MASTER_SITES= http://www.rubylinks.de/download/ \ - http://www.no.rubylinks.de/download/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= knu +MASTER_SITES= LOCAL/knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile index 25a03c599b13..c31e9f28a826 100644 --- a/security/ruby-mcrypt/Makefile +++ b/security/ruby-mcrypt/Makefile @@ -9,8 +9,7 @@ PORTNAME= mcrypt PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= security ruby -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= knu +MASTER_SITES= LOCAL/knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby |