diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-20 16:14:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-20 16:14:57 +0000 |
commit | e44383f05b7660ca74e61617668c57ce68c71a23 (patch) | |
tree | 73ca13ec3aef86d9e91c6e8535f14ede44a6e3bf /security/gnupg-idea/Makefile | |
parent | 06f774cde68c219dee2e07ba5695e3ec00a152ae (diff) | |
download | ports-e44383f05b7660ca74e61617668c57ce68c71a23.tar.gz ports-e44383f05b7660ca74e61617668c57ce68c71a23.zip |
Notes
Diffstat (limited to 'security/gnupg-idea/Makefile')
-rw-r--r-- | security/gnupg-idea/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |