diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-11 09:58:04 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-11 09:58:04 +0000 |
commit | 61ca76b3a47441bd36f6c9986c40e9648041e902 (patch) | |
tree | ad43d67beafdd410b979206f30f8b9801327f577 /security/pam_smb | |
parent | 6fc2bdaceb952f780a5b859a2bb0ec369937ad17 (diff) |
Notes
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 |