diff options
author | sem <sem@FreeBSD.org> | 2006-04-03 14:36:43 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-03 14:36:43 +0800 |
commit | af5fd07d6d7c28e8e1cfcb4a4e9462f7f9da245d (patch) | |
tree | bd0454e7f5f3d0d5352ca23294d813d75c786793 /net | |
parent | 6848d91fe5637391d7c1d144b3376b9f68e1d0da (diff) | |
download | freebsd-ports-gnome-af5fd07d6d7c28e8e1cfcb4a4e9462f7f9da245d.tar.gz freebsd-ports-gnome-af5fd07d6d7c28e8e1cfcb4a4e9462f7f9da245d.tar.zst freebsd-ports-gnome-af5fd07d6d7c28e8e1cfcb4a4e9462f7f9da245d.zip |
- MASTER_SITE is unstable. Copy distfile on MASTER_SITE_LOCAL.
Requested by: Dmitriy Kirhlarov (kyrh@RusNet)
Diffstat (limited to 'net')
-rw-r--r-- | net/nss_ldap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index d582b9ba9ecc..748b5a803e30 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -8,7 +8,9 @@ PORTNAME= nss_ldap PORTVERSION= 1.${NSS_LDAP_VERSION} CATEGORIES= net -MASTER_SITES= http://www.padl.com/download/ +MASTER_SITES= http://www.padl.com/download/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sem DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION} MAINTAINER= ports@FreeBSD.org |