diff options
author | bsam <bsam@FreeBSD.org> | 2014-01-24 17:29:00 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2014-01-24 17:29:00 +0800 |
commit | d88a4484a5358366eb51f20e98d0f2111c9d42ef (patch) | |
tree | c274fc4fb652b638e63d1d8400e2c8a81769e40f | |
parent | bebf8414224d48ebc026193af87e86bf0a543d2b (diff) | |
download | freebsd-ports-gnome-d88a4484a5358366eb51f20e98d0f2111c9d42ef.tar.gz freebsd-ports-gnome-d88a4484a5358366eb51f20e98d0f2111c9d42ef.tar.zst freebsd-ports-gnome-d88a4484a5358366eb51f20e98d0f2111c9d42ef.zip |
Add MASTER_SITE_LOCAL since a previous version disappears as long
as a new one is released.
Requested by: marino (via e-mail)
Reminded by: pkg-fallout@
-rw-r--r-- | www/web2ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 0e8cb95de3d7..1c34690ec210 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -5,7 +5,8 @@ PORTNAME= web2ldap PORTVERSION= 1.1.47 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ - http://www.sfr-fresh.com/unix/www/ + http://www.sfr-fresh.com/unix/www/ \ + LOCAL/bsam MAINTAINER= bsam@FreeBSD.org COMMENT= Python-based WWW gateway to LDAP servers |