diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /security/pam_smb | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'security/pam_smb')
-rw-r--r-- | security/pam_smb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index ce2b91881bf4..bd2d39f556b6 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: pam_smb -# Date created: 20 Jun 2001 -# Whom: nsayer -# +# Created by: nsayer # $FreeBSD$ PORTNAME= pam_smb @@ -15,10 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org COMMENT= NetBIOS domain logon PAM module +USES= perl5 USE_LDCONFIG= yes HAS_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes STARTUP_SCRIPT= pam_smbd.sh.sample WRKSRC= ${WRKDIR}/${DISTNAME} |