From 8ec23ce45c0f3a2e6a6ecac3eb99a20308214869 Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 25 May 2004 18:48:23 +0000 Subject: - Fix MASTER_SITES PR: ports/67186 Submitted by: Roman Neuhauser --- security/pgpgpg/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile index cb374bfad23b..4133a78de1a8 100644 --- a/security/pgpgpg/Makefile +++ b/security/pgpgpg/Makefile @@ -9,9 +9,10 @@ PORTNAME= pgpgpg PORTVERSION= 0.13 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} \ - http://www.nessie.de/mroth/%SUBDIR%/ -MASTER_SITE_SUBDIR= pgpgpg +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + ftp://ftp.gnupg.org/gcrypt/historic/ \ + http://www.nessie.de/mroth/pgpgpg/ +MASTER_SITE_SUBDIR= crypt/pgpgpg MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper for GnuPG to simulate PGP 2.6.x -- cgit