summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-11 06:00:31 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-11 06:00:31 +0000
commitc4bab2f98ad4dd18d0d5535c3c378fa33eea2fe1 (patch)
tree3ef7ab0e96cb66c37b17f1c84807a7169a058c9d /security
parentSwitch to using MASTER_SITE_MOZILLA. (diff)
Switch to using MASTER_SITE_MOZILLA.
Inspired by: ports/41460
Notes
Notes: svn path=/head/; revision=64367
Diffstat (limited to 'security')
-rw-r--r--security/nss/Makefile3
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