From 156fb2acb6ffd66455089a9b75661e0587985791 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 27 Jan 2003 17:10:06 +0000 Subject: - add MASTER_SITE_GNUPG Suggested by: arved --- security/gnupg-idea/Makefile | 3 ++- security/lsh/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index f8291a56ec64..db71299d6f24 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnupg-idea PORTVERSION= 1.0.4 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://www.gnupg.dk/contrib-dk/:idea \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} MASTER_SITE_SUBDIR= contrib diff --git a/security/lsh/Makefile b/security/lsh/Makefile index b24df03f737c..d2549bbbefdb 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -7,7 +7,8 @@ PORTNAME= lsh PORTVERSION= 1.5 CATEGORIES= security ipv6 -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + ftp://ftp.lysator.liu.se/pub/security/lsh/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION} -- cgit