diff options
author | will <will@FreeBSD.org> | 2001-08-18 02:52:41 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-18 02:52:41 +0800 |
commit | 2d3997ad229fc3031708eec80b733acc1ffb4340 (patch) | |
tree | 35320ef64760c179df7daf3ac565f749251b004f /mail/imp | |
parent | 911107764930017b94961e12562446717a908920 (diff) | |
download | freebsd-ports-gnome-2d3997ad229fc3031708eec80b733acc1ffb4340.tar.gz freebsd-ports-gnome-2d3997ad229fc3031708eec80b733acc1ffb4340.tar.zst freebsd-ports-gnome-2d3997ad229fc3031708eec80b733acc1ffb4340.zip |
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 842bf748c0f9..a71d8c6bf25d 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" |