diff options
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r-- | mail/procmail/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 66e09c66a3bb..b7d4c35f9fe1 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -33,14 +33,6 @@ MAKE_JOBS_UNSAFE= yes #PATCH_DIST_STRIP=-p #.endif -# It asks for list of directories to do test for file locking -# (defaults to /tmp and ".", so return should suffice in most cases). -.if defined(BATCH) # handled in patch-aa -MAKE_ARGS+= -DBATCH -.else -IS_INTERACTIVE= yes -.endif - INSTALL_TARGET= install-suid install.man MAN1= procmail.1 formail.1 lockfile.1 |