diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /security/pgpgpg/Makefile | |
parent | a50428b01c275f058b067787701d333a9d45cbcb (diff) |
Notes
Diffstat (limited to 'security/pgpgpg/Makefile')
-rw-r--r-- | security/pgpgpg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile index 7176ab00a6e2..fdba7ac8fc87 100644 --- a/security/pgpgpg/Makefile +++ b/security/pgpgpg/Makefile @@ -5,10 +5,9 @@ PORTNAME= pgpgpg PORTVERSION= 0.13 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ +MASTER_SITES= PACKETSTORM/crypt/pgpgpg \ 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 |