View | Details | Raw Unified | Return to bug 137269
Collapse All | Expand All

(-)/usr/ports/mail/procmail/Makefile (-1 / +3 lines)
Lines 35-41 Link Here
35
35
36
# It asks for list of directories to do test for file locking
36
# It asks for list of directories to do test for file locking
37
# (defaults to /tmp and ".", so return should suffice in most cases).
37
# (defaults to /tmp and ".", so return should suffice in most cases).
38
.if !defined(BATCH) # handled in patch-aa
38
.if defined(BATCH) # handled in patch-aa
39
MAKE_ARGS+=	-DBATCH
40
.else
39
IS_INTERACTIVE=	yes
41
IS_INTERACTIVE=	yes
40
.endif
42
.endif

Return to bug 137269