diff options
author | will <will@FreeBSD.org> | 2001-08-17 18:52:41 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-17 18:52:41 +0000 |
commit | 2d3997ad229fc3031708eec80b733acc1ffb4340 (patch) | |
tree | 35320ef64760c179df7daf3ac565f749251b004f /mail/imp | |
parent | 911107764930017b94961e12562446717a908920 (diff) | |
download | FreeBSD-ports-2d3997ad229fc3031708eec80b733acc1ffb4340.zip FreeBSD-ports-2d3997ad229fc3031708eec80b733acc1ffb4340.tar.gz |
pre-everything requires two colons, not one.
Found by: Dan Langille <dan@langille.org> && FreshPorts(TM)(C)(R)(SM)
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 842bf74..a71d8c6 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -78,7 +78,7 @@ PLIST_SUB= HORDEDIR=${LHORDEDIR} IMPDIR=${LIMPDIR} HORDEDIR= ${PREFIX}/${LHORDEDIR} IMPDIR= ${PREFIX}/${LIMPDIR} -pre-everything: +pre-everything:: .if !defined(WITHOUT_IMAPSERVER) @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" |