diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-07-09 16:07:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-07-09 16:07:06 +0800 |
commit | 7a78b5dbb2258d7c85e4d70748ff6aa04c7e5154 (patch) | |
tree | c04f569c4f74be3841e23a2620f58aae55dd481e /www | |
parent | e1c09a6f96c9499fec91d89a95ca5efe0af147a2 (diff) | |
download | freebsd-ports-gnome-7a78b5dbb2258d7c85e4d70748ff6aa04c7e5154.tar.gz freebsd-ports-gnome-7a78b5dbb2258d7c85e4d70748ff6aa04c7e5154.tar.zst freebsd-ports-gnome-7a78b5dbb2258d7c85e4d70748ff6aa04c7e5154.zip |
- fix lost MASTER_SITES
Diffstat (limited to 'www')
-rw-r--r-- | www/smb_auth/Makefile | 3 | ||||
-rw-r--r-- | www/smb_auth/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index 38216a76d30b..b9bd6e6ce7f3 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -9,7 +9,8 @@ PORTNAME= smb_auth PORTVERSION= 0.05 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.hacom.nl/~richard/software/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= A proxy authentication module against an SMB server diff --git a/www/smb_auth/pkg-descr b/www/smb_auth/pkg-descr index f848f5102c5a..8b7ad17c5d4b 100644 --- a/www/smb_auth/pkg-descr +++ b/www/smb_auth/pkg-descr @@ -1,7 +1,7 @@ smb_auth is a proxy authentication module. With smb_auth you can authenticate proxy users against an SMB server like Windows NT or Samba. -WWW: http://www.hacom.nl/~richard/software/smb_auth.html +WWW: http://web.archive.org/web/20050320094310/http://www.hacom.nl/~richard/software/smb_auth.html - Maxim Sobolev sobomax@FreeBSD.org |