diff options
Diffstat (limited to 'security')
-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 |