diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:57:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:57:46 +0000 |
commit | 71a52ca088cc08107bc9c55382f32962259c06f9 (patch) | |
tree | 8ec1e1aade755bb89db32780a10b0f9f84ae9baa /security/newpg | |
parent | Use MASTER_SITE_GNUPG (diff) |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security/newpg')
-rw-r--r-- | security/newpg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/newpg/Makefile b/security/newpg/Makefile index c18803509a8a..cdd3fee203f4 100644 --- a/security/newpg/Makefile +++ b/security/newpg/Makefile @@ -8,7 +8,8 @@ PORTNAME= newpg PORTVERSION= 0.9.4 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= alpha/aegypten MAINTAINER= michaelnottebrock@gmx.net |