diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-11 06:00:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-11 06:00:31 +0000 |
commit | c4bab2f98ad4dd18d0d5535c3c378fa33eea2fe1 (patch) | |
tree | 3ef7ab0e96cb66c37b17f1c84807a7169a058c9d /security/nss | |
parent | 3094e8d1d075211f27139e02d3b5af5c941034dc (diff) | |
download | ports-c4bab2f98ad4dd18d0d5535c3c378fa33eea2fe1.tar.gz ports-c4bab2f98ad4dd18d0d5535c3c378fa33eea2fe1.zip |
Notes
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index f48eeb800aeb..8ae90d3374b1 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -8,7 +8,8 @@ PORTNAME= nss PORTVERSION= 3.4.2 CATEGORIES= security -MASTER_SITES= ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src/ +MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src MAINTAINER= gnome@FreeBSD.org |