diff options
Diffstat (limited to 'mail/meta1/Makefile')
-rw-r--r-- | mail/meta1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index 9a0221be2f53..947cf9987e48 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -13,6 +13,7 @@ COMMENT= Secure and efficient mail gateway NOT_FOR_ARCHS= ia64 MAKE_JOBS_UNSAFE= yes CONFLICTS= smx-* +NO_STAGE= yes .if !defined(SENDMAIL_WITHOUT_SHMEM) && !defined(BUILDING_INDEX) IPCCHECK!= ipcrm -q 0 2>&1 || true @@ -42,7 +43,6 @@ EXTRA_SBIN= libcheck/noroot libconf/tree libmta/statit \ #GROUPS= meta1s meta1q meta1c meta1m meta1 #USERS= meta1s meta1q meta1c meta1m meta1 -NO_STAGE= yes # default config: META1CONFDIR?= ${PREFIX}/etc/meta1 NOLOGIN_CMD?= /usr/sbin/nologin |