diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 19:08:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 19:08:29 +0800 |
commit | abc5915a7cb54747b3eb22250ad4952c5bcac63f (patch) | |
tree | 9418ac19d3c6b5c38ca396eb05a0f2a3deeb843d /security | |
parent | e9894bec76303865b5a5b0a1aa7de1df099dc91c (diff) | |
download | freebsd-ports-gnome-abc5915a7cb54747b3eb22250ad4952c5bcac63f.tar.gz freebsd-ports-gnome-abc5915a7cb54747b3eb22250ad4952c5bcac63f.tar.zst freebsd-ports-gnome-abc5915a7cb54747b3eb22250ad4952c5bcac63f.zip |
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 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 |