diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:17:21 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 12:17:21 +0000 |
commit | f357388f5a581ccaafa371b5e4ac0984eeca45a9 (patch) | |
tree | bef96451f5dc6e1014877b90b6da520d77b02b02 /security/pgpgpg | |
parent | 991d6a552880349eddcc262e6092fcc7f488fc3b (diff) |
Use MASTER_SITE_GNUPG
Notes
Notes:
svn path=/head/; revision=75564
Diffstat (limited to 'security/pgpgpg')
-rw-r--r-- | security/pgpgpg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile index 974f8b3c8b7b..ea4d876e59af 100644 --- a/security/pgpgpg/Makefile +++ b/security/pgpgpg/Makefile @@ -8,8 +8,9 @@ PORTNAME= pgpgpg PORTVERSION= 0.13 CATEGORIES= security -MASTER_SITES= http://www.nessie.de/mroth/pgpgpg/ \ - ftp://ftp.gnupg.org/pub/gcrypt/pgpgpg/ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + http://www.nessie.de/mroth/%SUBDIR%/ +MASTER_SITE_SUBDIR= pgpgpg MAINTAINER= matt@zigg.com |