diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-24 12:36:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-24 12:36:32 +0000 |
commit | ef5a5ba7056642da3ab4f4fa70af3c7d1ce61b14 (patch) | |
tree | 2b14d27d131766d0e7b9c5ab48b1db8ac54a4476 /net | |
parent | 7f17e86481c5da4ae20eddbfd82d7300ac85a1f4 (diff) | |
download | freebsd-ports-ef5a5ba7056642da3ab4f4fa70af3c7d1ce61b14.zip |
Use MASTER_SITE_MOZILLA.
Diffstat (limited to 'net')
-rw-r--r-- | net/ldapsdk/Makefile | 3 | ||||
-rw-r--r-- | net/perldap/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ldapsdk/Makefile b/net/ldapsdk/Makefile index 7e8f6297052b..4b65332dc6c8 100644 --- a/net/ldapsdk/Makefile +++ b/net/ldapsdk/Makefile @@ -8,7 +8,8 @@ PORTNAME= ldapsdk PORTVERSION= 1998.12.31 CATEGORIES= net -MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/c-sdk/ldap/ +MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITE_SUBDIR= directory/c-sdk/ldap DISTNAME= ldapsdk_12311998 MAINTAINER= paul@FreeBSD.org diff --git a/net/perldap/Makefile b/net/perldap/Makefile index 62e63db3615f..d5beb01b17ed 100644 --- a/net/perldap/Makefile +++ b/net/perldap/Makefile @@ -8,7 +8,8 @@ PORTNAME= perldap PORTVERSION= 1.4 CATEGORIES= net -MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/perldap/ +MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITE_SUBDIR= directory/perldap EXTRACT_SUFX= .tar.gz MAINTAINER= paul@FreeBSD.org |