diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 11:08:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 11:08:29 +0000 |
commit | cc7251bc490912fb1deae449ad2cb1ee102c5f4e (patch) | |
tree | a33e08be24318c304d86f33e1b1f2cecc3cc3c49 /security/opencdk | |
parent | update to naim-0.11.5.4 (diff) |
Use MASTER_SITE_GNUPG
Notes
Notes:
svn path=/head/; revision=75559
Diffstat (limited to 'security/opencdk')
-rw-r--r-- | security/opencdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 96531feddd76..12e03875dc78 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -8,11 +8,11 @@ PORTNAME= opencdk PORTVERSION= 0.4.1 CATEGORIES= security -MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/opencdk/ \ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ - ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/opencdk/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ ftp://ftp.gnutls.org/pub/gnutls/opencdk/ +MASTER_SITE_SUBDIR= alpha/gnutls/opencdk MAINTAINER= sergei@kolobov.com |