diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-08 18:57:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-08 18:57:04 +0000 |
commit | fc99d82917a28eec11186c080716b06d6d261f5a (patch) | |
tree | 9cf51c5e92d80275bf85da57f7046995200ceaa8 /security/gnupg/Makefile | |
parent | c47c8f1e0f83dfcafe0d392f969927d99160eb23 (diff) | |
download | pkgsrc-fc99d82917a28eec11186c080716b06d6d261f5a.tar.gz |
Add http master site for idea.c.gz. Addresses PR 22408.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 7e00512fb67..0ea4468212b 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2003/08/04 23:12:17 seb Exp $ +# $NetBSD: Makefile,v 1.49 2003/08/08 18:57:04 wiz Exp $ DISTNAME= gnupg-1.2.2 PKGREVISION= 1 @@ -45,7 +45,8 @@ MACHINE_GNU_ARCH= i586 # use of IDEA as crypto function LICENCE= fee-based-commercial-use DISTFILES+= idea.c.gz -SITES_idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ +SITES_idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \ + http://www.gnupg.dk/contrib-dk/ pre-configure: ${GZCAT} ${DISTDIR}/idea.c.gz > ${WRKSRC}/cipher/idea.c |