diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 19:05:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 19:05:33 +0000 |
commit | 190693f6315aea81102308ed1ed9c4f071c8e3a2 (patch) | |
tree | b5800ed713e44fdad0d2a29b45139445dfdc4a7c /net/py-ldap2/Makefile | |
parent | afb01c9c7ef1e94c7dde2a24ff457deeedf49a0f (diff) | |
download | ports-190693f6315aea81102308ed1ed9c4f071c8e3a2.tar.gz ports-190693f6315aea81102308ed1ed9c4f071c8e3a2.zip |
Notes
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 3aecffc9531d..a1f2872adbb4 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -8,7 +8,8 @@ PORTNAME= ldapmodule PORTVERSION= 1.10alpha3 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= python-ldap DISTNAME= python-ldap-${PORTVERSION}-src MAINTAINER= dinoex@FreeBSD.org |