aboutsummaryrefslogtreecommitdiff
path: root/mail/meta1
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
commit81cd10f8d2bfe2ad25124f31d629351947acaa56 (patch)
tree742a328cb0389824bd34ff86bbf3e7ae02e3125a /mail/meta1
parent5555d89b50c7710cb97fb22ca6af251e6404e404 (diff)
downloadports-81cd10f8d2bfe2ad25124f31d629351947acaa56.tar.gz
ports-81cd10f8d2bfe2ad25124f31d629351947acaa56.zip
Notes
Diffstat (limited to 'mail/meta1')
-rw-r--r--mail/meta1/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index 9d2b2dfc47f2..db7e5c9515c7 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -44,6 +44,8 @@ PLIST_SUB+= NOLOGIN=${NOLOGIN_CMD}
EXTRA_SBIN= libcheck/noroot libconf/tree libmta/statit \
libmta/t-hostname checks/t-getgroup
+NOLOGIN_CMD?= /usr/sbin/nologin
+
# Options to define Features:
# META1_WITHOUT_TLS=yes
# META1_WITHOUT_SASL=yes
@@ -181,10 +183,4 @@ UID!= ${ID} -u
post-build: test
.endif
-.if ${OSVERSION} < 500000
-NOLOGIN_CMD?= /sbin/nologin
-.else
-NOLOGIN_CMD?= /usr/sbin/nologin
-.endif
-
.include <bsd.port.post.mk>