diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-11-06 08:37:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-11-06 08:37:20 +0000 |
commit | 97d273c0e6c0c99dd186df12fc358376c74d0eb4 (patch) | |
tree | cfffbfa4194369b20be76bb66b97fe77cb517efc /security/gnupg1/Makefile | |
parent | d6a41cd9f6ef73db0b2a043065b5dde52284b27d (diff) |
Notes
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 1153b1354569..d7956b181df0 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,10 +7,12 @@ PORTNAME= gnupg PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ \ - ftp://pgp.iijlab.net/pub/gnupg/ \ - ftp://ring.aist.go.jp/pub/net/gnupg/gnupg/ +MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ + ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} +MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org |