diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 18:57:56 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 18:57:56 +0800 |
commit | 1c23b09dc9950902d4e65a9f2195ec2b3755e89e (patch) | |
tree | f0e66423635a69f7e2e0628214f51d64d53fba21 /security | |
parent | 0711316f43c28e8d18842119923504d002637842 (diff) | |
download | freebsd-ports-gnome-1c23b09dc9950902d4e65a9f2195ec2b3755e89e.tar.gz freebsd-ports-gnome-1c23b09dc9950902d4e65a9f2195ec2b3755e89e.tar.zst freebsd-ports-gnome-1c23b09dc9950902d4e65a9f2195ec2b3755e89e.zip |
Use MASTER_SITE_GNUPG.
Diffstat (limited to 'security')
-rw-r--r-- | security/libksba/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 4ccd4c468ce9..b0afea582d87 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -8,11 +8,8 @@ PORTNAME= libksba PORTVERSION= 0.4.6 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/aegypten/ \ - ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ \ - http://ftp.hi.is/pub/mirrors/gnupg/alpha/aegypten/ \ - http://www.mirrors.wiretapped.net/security/cryptography/apps/pgp/GnuPG/alpha/aegypten/ \ - ${MASTER_SITE_RINGSERVER}/net/gnupg/alpha/aegypten/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= alpha/aegypten MAINTAINER= arved@FreeBSD.org |