diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-03 06:36:43 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-03 06:36:43 +0000 |
commit | d175fc6c644a439162fc4e58744e8e623540fd84 (patch) | |
tree | 277f96625b1c82bd48796dda370572f199f66ce6 /net/nss_ldap | |
parent | 159db9045983953d798df830bb81e47bb7574cc8 (diff) | |
download | ports-d175fc6c644a439162fc4e58744e8e623540fd84.tar.gz ports-d175fc6c644a439162fc4e58744e8e623540fd84.zip |
Notes
Diffstat (limited to 'net/nss_ldap')
-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 |