diff options
author | osa <osa@FreeBSD.org> | 2004-03-11 17:58:04 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-03-11 17:58:04 +0800 |
commit | 0a5fbdae6bd885bc01430cffa9b2d7063e2faef1 (patch) | |
tree | 6e4628baca4bc3deed32f0b8be5362fec1761485 /security/pam_smb | |
parent | f1ae6741c71847221ac0ad98a0513302679daf8e (diff) | |
download | freebsd-ports-gnome-0a5fbdae6bd885bc01430cffa9b2d7063e2faef1.tar.gz freebsd-ports-gnome-0a5fbdae6bd885bc01430cffa9b2d7063e2faef1.tar.zst freebsd-ports-gnome-0a5fbdae6bd885bc01430cffa9b2d7063e2faef1.zip |
Add MASTER_SITE_SAMBA for samba official mirrors.
Utilize MASTER_SITE_SAMBA for SMB-specific ports.
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
PR: 63861
Diffstat (limited to 'security/pam_smb')
-rw-r--r-- | security/pam_smb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index a7aaa3a54ff2..ebbf61eecf8d 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -9,7 +9,9 @@ PORTVERSION= 2.0.0.r5 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://pamsmb.sourceforge.net/v2/ \ - http://www.csn.ul.ie/~airlied/pam_smb/v2/ + http://www.csn.ul.ie/~airlied/pam_smb/v2/ \ + ${MASTER_SITE_SAMBA} +MASTER_SITE_SUBDIR= pam_smb/v2 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org |