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 | |
parent | 62f0245f1ff56850f58e6e7e625cf52a5dcc21da (diff) | |
download | ports-71a52ca088cc08107bc9c55382f32962259c06f9.tar.gz ports-71a52ca088cc08107bc9c55382f32962259c06f9.zip |
Notes
-rw-r--r-- | security/cryptplug/Makefile | 3 | ||||
-rw-r--r-- | security/gnupg-devel/Makefile | 3 | ||||
-rw-r--r-- | security/newpg/Makefile | 3 | ||||
-rw-r--r-- | security/pinentry/Makefile | 9 |
4 files changed, 11 insertions, 7 deletions
diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile index 6ec2c4617028..a596fa68d650 100644 --- a/security/cryptplug/Makefile +++ b/security/cryptplug/Makefile @@ -8,7 +8,8 @@ PORTNAME= cryptplug PORTVERSION= 0.3.15 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/cryptplug/ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= alpha/cryptplug MAINTAINER= michaelnottebrock@gmx.net diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index c18803509a8a..cdd3fee203f4 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/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 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 diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index bb1b2ab4b977..e445233b1478 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -8,11 +8,12 @@ PORTNAME= pinentry PORTVERSION= 0.6.8 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ \ - http://tigress.com/lofi/ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + http://tigress.com/lofi/:lofi +MASTER_SITE_SUBDIR= alpha/aegypten DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ - common.tar.gz \ - jnlib.tar.gz + common.tar.gz:lofi\ + jnlib.tar.gz:lofi MAINTAINER= michaelnottebrock@gmx.net |