diff options
Diffstat (limited to 'security/gpa')
-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 |