diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 12:57:46 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 12:57:46 +0000 |
commit | 9d231cdc4baa1949d086add2db630700ff26574e (patch) | |
tree | a78286333e1c6f228d08181119789e10285f6c2d /security | |
parent | 0ef0b66f69603a04b52d905a337a9e307a2da5cb (diff) | |
download | FreeBSD-ports-9d231cdc4baa1949d086add2db630700ff26574e.zip FreeBSD-ports-9d231cdc4baa1949d086add2db630700ff26574e.tar.gz |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security')
-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 6ec2c46..a596fa6 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 c188035..cdd3fee 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 c188035..cdd3fee 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 bb1b2ab..e445233 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 |