diff options
author | krion <krion@FreeBSD.org> | 2004-05-26 02:48:23 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-26 02:48:23 +0800 |
commit | 8ec23ce45c0f3a2e6a6ecac3eb99a20308214869 (patch) | |
tree | 316352ed61af3d12be8989fee43989ee45f75c7e | |
parent | 6dd366cc5c66019b37e61c589f49a6fb57b0aef3 (diff) | |
download | freebsd-ports-gnome-8ec23ce45c0f3a2e6a6ecac3eb99a20308214869.tar.gz freebsd-ports-gnome-8ec23ce45c0f3a2e6a6ecac3eb99a20308214869.tar.zst freebsd-ports-gnome-8ec23ce45c0f3a2e6a6ecac3eb99a20308214869.zip |
- Fix MASTER_SITES
PR: ports/67186
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
-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 |