diff options
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 28c03a44f4fc..ada839d9cf24 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -10,7 +10,8 @@ PORTNAME= gss PORTVERSION= 0.0.6 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ - ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ + ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GNU Generic Security Service Library |