diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 11:08:29 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 11:08:29 +0000 |
commit | abc5915a7cb54747b3eb22250ad4952c5bcac63f (patch) | |
tree | 9418ac19d3c6b5c38ca396eb05a0f2a3deeb843d /security | |
parent | e9894bec76303865b5a5b0a1aa7de1df099dc91c (diff) | |
download | FreeBSD-ports-abc5915a7cb54747b3eb22250ad4952c5bcac63f.zip FreeBSD-ports-abc5915a7cb54747b3eb22250ad4952c5bcac63f.tar.gz |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security')
-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 96531fe..12e0387 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 |