diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-08-28 05:26:09 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-08-28 05:26:09 +0000 |
commit | efb6a82e02d207561cd95fa4ca59749284d5530d (patch) | |
tree | e0c583af087e3d6a069a226a8e9dc85dbce42742 /security/pam_smb/Makefile | |
parent | Update to 1.1.4.1 (diff) |
Change MASTER_SITES to better ones.
Submitted by: Dave Airlie <airlied@samba.org> (developer)
Diffstat (limited to 'security/pam_smb/Makefile')
-rw-r--r-- | security/pam_smb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index 6c318d4340a7..6fc4021a871f 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -7,8 +7,8 @@ PORTNAME= pam_smb PORTVERSION= 2.0.0.r5 CATEGORIES= security -MASTER_SITES= http://samba.org/~airlied/ \ - http://www.csn.ul.ie/~airlied/pam_smb/devel/ +MASTER_SITES= http://pamsmb.sourceforge.net/v2/ \ + http://www.csn.ul.ie/~airlied/pam_smb/v2/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org |