From e44383f05b7660ca74e61617668c57ce68c71a23 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 20 Oct 2002 16:14:57 +0000 Subject: fix and group MASTER_SITES --- security/gnupg-idea/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/gnupg-idea') diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index ae652351e4c0..0e9017ebb859 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -8,8 +8,8 @@ PORTNAME= gnupg-idea PORTVERSION= 1.0.3 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ - http://www.gnupg.dk/contrib-dk/ \ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + http://www.gnupg.dk/contrib-dk/:idea \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} MASTER_SITE_SUBDIR= contrib DISTFILES= # later @@ -41,7 +41,7 @@ pre-fetch: .if ${USA_RESIDENT} == NO || defined(MAKE_IDEA) CONTRIB= idea rsa -DISTFILES= idea.c.gz rsa.c +DISTFILES= idea.c.gz:idea rsa.c EXTRACT_ONLY= idea.c.gz .else CONTRIB= rsa -- cgit