diff options
author | wiz <wiz> | 2003-08-08 18:57:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-08-08 18:57:04 +0000 |
commit | 996fc21f500f5545c0eead7df02482772c739344 (patch) | |
tree | 9cf51c5e92d80275bf85da57f7046995200ceaa8 /security | |
parent | f29a85365e08fc9151be4eeba4cbf31444a0cb74 (diff) | |
download | pkgsrc-996fc21f500f5545c0eead7df02482772c739344.tar.gz |
Add http master site for idea.c.gz. Addresses PR 22408.
Diffstat (limited to 'security')
-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 |