diff options
author | sem <sem@FreeBSD.org> | 2005-06-17 17:45:04 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-17 17:45:04 +0800 |
commit | 1767f8c1d65d0cba629d8261338fb88e1c7235d7 (patch) | |
tree | 91c41eb78d23b4994b54113eb6c1c155bcd38a84 | |
parent | 0feb90e0c82de3fab4b3707ee9356f623844b496 (diff) | |
download | freebsd-ports-gnome-1767f8c1d65d0cba629d8261338fb88e1c7235d7.tar.gz freebsd-ports-gnome-1767f8c1d65d0cba629d8261338fb88e1c7235d7.tar.zst freebsd-ports-gnome-1767f8c1d65d0cba629d8261338fb88e1c7235d7.zip |
- 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>
-rw-r--r-- | security/pam_mkhomedir/Makefile | 3 |
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) |