summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-06-17 09:45:04 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-06-17 09:45:04 +0000
commit067d3b1c7cd54034bbdefad1bf59579f66a76407 (patch)
tree759cb99ac26a8956df17dbe7549ddef4b927d3c6 /security
parentUpdate to m110 (diff)
- Don't install profile dir when WITH_PROFILE undefined
- I pick up this port PR: ports/82326 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
Notes
Notes: svn path=/head/; revision=137613
Diffstat (limited to 'security')
-rw-r--r--security/pam_mkhomedir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_mkhomedir/Makefile b/security/pam_mkhomedir/Makefile
index e3160a00ac61..91140d1bf093 100644
--- a/security/pam_mkhomedir/Makefile
+++ b/security/pam_mkhomedir/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.1
CATEGORIES= security
MASTER_SITES= http://portal-to-web.de/pam_mkhomedir/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sem@FreeBSD.org
COMMENT= Create HOME with a PAM module on demand
MANCOMPRESSED= yes
@@ -29,6 +29,7 @@ MAKE_ARGS+= PROFILE=yes
WITH_STATIC= yes
.else
PLIST_SUB+= PROFILE="@comment "
+MAKE_ARGS+= NOPROFILE=yes
.endif
.if defined(WITH_STATIC)