diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-25 18:48:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-25 18:48:23 +0000 |
commit | 8aec5ae3a1559b7ab0a8a35fc982f66cac0d97ae (patch) | |
tree | 7f2cee5fe05bce25a3e48de2565cc9dd819dffeb /security/pgpgpg | |
parent | fda832ecb33fdf1189e67fc16c45261d034bc700 (diff) |
Notes
Diffstat (limited to 'security/pgpgpg')
-rw-r--r-- | security/pgpgpg/Makefile | 7 |
1 files 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 |