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/gpa/Makefile | |
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/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 97bed6de1d84..bb730d504d05 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -8,7 +8,8 @@ PORTNAME= gpa PORTVERSION= 0.4.3 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/ +MASTER_SITES= ${MASTER_SITE_GNUPG} +MASTER_SITE_SUBDIR= alpha/gpa MAINTAINER= ports@FreeBSD.org |