diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 20:17:21 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 20:17:21 +0800 |
commit | 761a6cccd2ec09a1709687e24468aa88332aecc3 (patch) | |
tree | 71e726cf5e0e679a0304ceacc65fde2fd7a0829e /security/gpgme | |
parent | 8dba6fdcaf2a6e9f8ca4d61f48ca5465be0ddebe (diff) | |
download | freebsd-ports-gnome-761a6cccd2ec09a1709687e24468aa88332aecc3.tar.gz freebsd-ports-gnome-761a6cccd2ec09a1709687e24468aa88332aecc3.tar.zst freebsd-ports-gnome-761a6cccd2ec09a1709687e24468aa88332aecc3.zip |
Use MASTER_SITE_GNUPG
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index b310bd9b2c26..77a3f2cd997b 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -8,7 +8,8 @@ PORTNAME= gpgme PORTVERSION= 0.3.14 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= gpgme MAINTAINER= markun@onohara.to |